Exception: Spacebunny::ClientNotConnected
- Inherits:
-
StandardError
- Object
- StandardError
- Spacebunny::ClientNotConnected
- Defined in:
- lib/spacebunny/exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ ClientNotConnected
constructor
A new instance of ClientNotConnected.
Constructor Details
#initialize(message = nil) ⇒ ClientNotConnected
Returns a new instance of ClientNotConnected.
71 72 73 74 |
# File 'lib/spacebunny/exceptions.rb', line 71 def initialize( = nil) = || 'Client not connected! Check internet connection' super() end |