Exception: ActiveFolder::Model::NotFoundError
- Defined in:
- lib/activefolder/model/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
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 |