Exception: Toggly::NotInitializedError
- Defined in:
- lib/toggly/errors.rb
Overview
Raised when the client is not initialized
Instance Method Summary collapse
-
#initialize(message = "Toggly client is not initialized") ⇒ NotInitializedError
constructor
A new instance of NotInitializedError.
Constructor Details
#initialize(message = "Toggly client is not initialized") ⇒ NotInitializedError
Returns a new instance of NotInitializedError.
42 43 44 |
# File 'lib/toggly/errors.rb', line 42 def initialize( = "Toggly client is not initialized") super end |