Exception: StarkBank::Error::InternalServerError
- Inherits:
-
StandardError
- Object
- StandardError
- StarkBank::Error::InternalServerError
- Defined in:
- lib/error.rb
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.
30 31 32 |
# File 'lib/error.rb', line 30 def initialize( = 'Houston, we have a problem.') super() end |