Exception: Plugin::Thumbnailer::UnsupportedMediaTypeError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/httpthumbnailer/plugin/thumbnailer.rb

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ UnsupportedMediaTypeError

Returns a new instance of UnsupportedMediaTypeError.



22
23
24
# File 'lib/httpthumbnailer/plugin/thumbnailer.rb', line 22

def initialize(error)
	super("unsupported media type: #{error}")
end