Exception: Panda::ServiceNotAvailable

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

Instance Method Summary collapse

Constructor Details

#initializeServiceNotAvailable

Returns a new instance of ServiceNotAvailable.



12
13
14
# File 'lib/panda/errors.rb', line 12

def initialize
  super("ServiceNotAvailable")
end