Exception: UCB::LDAP::BindFailedException
- Inherits:
-
Exception
- Object
- Exception
- UCB::LDAP::BindFailedException
- Defined in:
- lib/ucb_ldap.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ BindFailedException
constructor
A new instance of BindFailedException.
Constructor Details
#initialize ⇒ BindFailedException
40 41 42 |
# File 'lib/ucb_ldap.rb', line 40 def initialize super("Failed to bind username '#{UCB::LDAP.username}' to '#{UCB::LDAP.host}'") end |