Exception: ActiveFolder::Model::NotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/activefolder/model/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotFoundError

Returns a new instance of NotFoundError.



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

def initialize(name)
  super("Object not found #{name}")
end