Exception: Kosmonaut::InternalError

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

Instance Method Summary collapse

Constructor Details

#initializeInternalError

Returns a new instance of InternalError.



46
47
48
# File 'lib/kosmonaut/errors.rb', line 46

def initialize
  super "597: Internal error"
end