Exception: Plugin::Thumbnailer::UnsupportedEditError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnsupportedEditError

Returns a new instance of UnsupportedEditError.



16
17
18
# File 'lib/httpthumbnailer/plugin/thumbnailer.rb', line 16

def initialize(name)
	super("no edit with name '#{name}' is supported")
end