Exception: StarkBank::Error::InternalServerError

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

Instance Attribute Summary

Attributes inherited from StarkBankError

#message

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Houston, we have a problem.') ⇒ InternalServerError

Returns a new instance of InternalServerError.



38
39
40
# File 'lib/error.rb', line 38

def initialize(message = 'Houston, we have a problem.')
  super(message)
end