Exception: Plugin::Thumbnailer::ImageTooLargeError

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

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ ImageTooLargeError

Returns a new instance of ImageTooLargeError.



42
43
44
# File 'lib/httpthumbnailer/plugin/thumbnailer.rb', line 42

def initialize(error)
	super("image too large: #{error}")
end