Exception: Plugin::Thumbnailer::UnsupportedMethodError

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

Instance Method Summary collapse

Constructor Details

#initialize(method) ⇒ UnsupportedMethodError

Returns a new instance of UnsupportedMethodError.



30
31
32
# File 'lib/httpthumbnailer/plugin/thumbnailer.rb', line 30

def initialize(method)
	super("thumbnail method '#{method}' is not supported")
end