Exception: Toggly::NotInitializedError

Inherits:
Error
  • Object
show all
Defined in:
lib/toggly/errors.rb

Overview

Raised when the client is not initialized

Instance Method Summary collapse

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(message = "Toggly client is not initialized")
  super
end