Exception: PaperclipAttributes::Error::UnknownRecipe

Inherits:
Exception
  • Object
show all
Defined in:
lib/paperclip_attributes/error.rb

Instance Method Summary collapse

Constructor Details

#initializeUnknownRecipe

Returns a new instance of UnknownRecipe.



4
5
6
# File 'lib/paperclip_attributes/error.rb', line 4

def initialize
  super("the given recipe is invalid")
end