Exception: PictureHandler::Exceptions::NoMethodError

Inherits:
CustomMessage
  • Object
show all
Defined in:
lib/picture_handler/exceptions.rb

Instance Method Summary collapse

Methods inherited from CustomMessage

#message, #orig_to_s, #to_s

Constructor Details

#initialize(method) ⇒ NoMethodError

Returns a new instance of NoMethodError.



41
42
43
# File 'lib/picture_handler/exceptions.rb', line 41

def initialize(method)
  @data = "The minimagick method: \"#{method}\" is not a minimagick supported method."
end