Exception: Spacebunny::ClientNotSetup
- Inherits:
-
StandardError
- Object
- StandardError
- Spacebunny::ClientNotSetup
- Defined in:
- lib/spacebunny/exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ ClientNotSetup
constructor
A new instance of ClientNotSetup.
Constructor Details
#initialize(message = nil) ⇒ ClientNotSetup
Returns a new instance of ClientNotSetup.
78 79 80 81 |
# File 'lib/spacebunny/exceptions.rb', line 78 def initialize( = nil) = || "'Client not setup. Did you call 'connect'?'" super() end |