Exception: Findable::ModelNotFound

Inherits:
FindableError show all
Defined in:
lib/findable/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(model_name) ⇒ ModelNotFound

Returns a new instance of ModelNotFound.



12
13
14
# File 'lib/findable/errors.rb', line 12

def initialize(model_name)
  super("#{model_name} not found.")
end