Exception: Sinja::UnsupportedTypeError
- Inherits:
-
HttpError
- Object
- StandardError
- SinjaError
- HttpError
- Sinja::UnsupportedTypeError
- Defined in:
- lib/sinja/errors.rb
Constant Summary collapse
- HTTP_STATUS =
415
Instance Attribute Summary
Attributes inherited from HttpError
Instance Method Summary collapse
-
#initialize(*args) ⇒ UnsupportedTypeError
constructor
A new instance of UnsupportedTypeError.
Constructor Details
#initialize(*args) ⇒ UnsupportedTypeError
Returns a new instance of UnsupportedTypeError.
68 |
# File 'lib/sinja/errors.rb', line 68 def initialize(*args) super(HTTP_STATUS, *args) end |