Exception: Kosmonaut::InternalError
- Defined in:
- lib/kosmonaut/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize ⇒ InternalError
Returns a new instance of InternalError.
46 47 48 |
# File 'lib/kosmonaut/errors.rb', line 46 def initialize super "597: Internal error" end |