Exception: Typecast::InternalServerError
- Defined in:
- lib/typecast/errors.rb
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(detail = nil) ⇒ InternalServerError
constructor
A new instance of InternalServerError.
Constructor Details
#initialize(detail = nil) ⇒ InternalServerError
Returns a new instance of InternalServerError.
49 50 51 |
# File 'lib/typecast/errors.rb', line 49 def initialize(detail = nil) super("Internal server error", 500, detail) end |