Example #1
0
 /**
  * Check for LDAP errors.
  *
  * @throws Exception
  */
 protected function checkForError()
 {
     Exception::checkForLdapError($this->ds);
 }