ActiveSambaLdap::Error
# File lib/active_samba_ldap/base.rb, line 98 def initialize(name, value, detail) @name = name @value = value @detail = detail format = _("the value of %s '%s' is invalid: %s") super(format % [name, value.inspect, detail]) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.