class ActiveFolder::Model::NotFoundError

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/activefolder/model/errors.rb, line 12
def initialize(name)
  super("Object not found #{name}")
end