Exception: Spacebunny::EndPointNotReachable
- Inherits:
-
StandardError
- Object
- StandardError
- Spacebunny::EndPointNotReachable
- Defined in:
- lib/spacebunny/exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ EndPointNotReachable
constructor
A new instance of EndPointNotReachable.
Constructor Details
#initialize(message = nil) ⇒ EndPointNotReachable
Returns a new instance of EndPointNotReachable.
99 100 101 102 |
# File 'lib/spacebunny/exceptions.rb', line 99 def initialize( = nil) = || 'Endpoint not reachable' super() end |