Exception: Sinja::UnsupportedTypeError
- Inherits:
-
HttpError
- Object
- StandardError
- SinjaError
- HttpError
- Sinja::UnsupportedTypeError
- Defined in:
- lib/sinja/errors.rb
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
54 |
# File 'lib/sinja/errors.rb', line 54 def initialize(*args) super(415, *args) end |