Exception: StarkCore::Error::InternalServerError
- Inherits:
-
StarkCoreError
- Object
- StandardError
- StarkCoreError
- StarkCore::Error::InternalServerError
- Defined in:
- lib/error.rb
Instance Attribute Summary
Attributes inherited from StarkCoreError
Instance Method Summary collapse
-
#initialize(message = 'Houston, we have a problem.') ⇒ InternalServerError
constructor
A new instance of InternalServerError.
Constructor Details
#initialize(message = 'Houston, we have a problem.') ⇒ InternalServerError
Returns a new instance of InternalServerError.
37 38 39 |
# File 'lib/error.rb', line 37 def initialize( = 'Houston, we have a problem.') super() end |