Exception: Spikard::Errors::InternalError
- Defined in:
- lib/spikard/errors.rb
Instance Attribute Summary
Attributes inherited from Error
#problem_details_type, #status_code
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ InternalError
constructor
Raised when the server encounters an unexpected failure.
Methods inherited from Error
Constructor Details
#initialize(message = nil) ⇒ InternalError
Raised when the server encounters an unexpected failure.
68 69 70 |
# File 'lib/spikard/errors.rb', line 68 def initialize( = nil) super(, status_code: 500, problem_details_type: nil) end |