Exception: UCB::LDAP::ConnectionFailedException
- Inherits:
-
Exception
- Object
- Exception
- UCB::LDAP::ConnectionFailedException
- Defined in:
- lib/ucb_ldap.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ ConnectionFailedException
constructor
A new instance of ConnectionFailedException.
Constructor Details
#initialize ⇒ ConnectionFailedException
Returns a new instance of ConnectionFailedException.
46 47 48 |
# File 'lib/ucb_ldap.rb', line 46 def initialize super("Failed to connect to ldap host '#{UCB::LDAP.host}''") end |