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.



28
29
30
# File 'lib/httpthumbnailer/plugin/thumbnailer.rb', line 28

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