Exception: PandaGo::ContentTypeNotSupportedError

Inherits:
Error
  • Object
show all
Defined in:
lib/pandago/errors.rb

Instance Method Summary collapse

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