class ActiveLdap::NotImplemented

def initialize(target)

def initialize(target)
  @target = target
  super(_("not implemented: %s") % @target)
end