Exception: PandaGo::ContentTypeNotSupportedError
- Defined in:
- lib/pandago/errors.rb
Instance Method Summary collapse
-
#initialize(type_name) ⇒ ContentTypeNotSupportedError
constructor
A new instance of ContentTypeNotSupportedError.
Constructor Details
#initialize(type_name) ⇒ ContentTypeNotSupportedError
Returns a new instance of ContentTypeNotSupportedError.
5 6 7 |
# File 'lib/pandago/errors.rb', line 5 def initialize(type_name) super("Content-Type not supported for: #{ type_name }") end |