Exception: Sinja::UnsupportedTypeError

Inherits:
HttpError show all
Defined in:
lib/sinja/errors.rb

Instance Attribute Summary

Attributes inherited from HttpError

#http_status

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ UnsupportedTypeError



54
# File 'lib/sinja/errors.rb', line 54

def initialize(*args) super(415, *args) end