Exception: Panda::ServiceNotAvailable
- Inherits:
-
StandardError
- Object
- StandardError
- Panda::ServiceNotAvailable
- Defined in:
- lib/panda/error.rb
Instance Method Summary collapse
-
#initialize ⇒ ServiceNotAvailable
constructor
A new instance of ServiceNotAvailable.
Constructor Details
#initialize ⇒ ServiceNotAvailable
Returns a new instance of ServiceNotAvailable.
24 25 26 |
# File 'lib/panda/error.rb', line 24 def initialize super("ServiceNotAvailable") end |