Exception: Panda::ServiceNotAvailable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/panda/error.rb

Instance Method Summary collapse

Constructor Details

#initializeServiceNotAvailable

Returns a new instance of ServiceNotAvailable.



24
25
26
# File 'lib/panda/error.rb', line 24

def initialize
  super("ServiceNotAvailable")
end