|
@@ -25,6 +25,13 @@
|
|
|
*/
|
|
*/
|
|
|
require_once 'Zend/Exception.php';
|
|
require_once 'Zend/Exception.php';
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * @category Zend
|
|
|
|
|
+ * @package Zend_Ldap
|
|
|
|
|
+ * @uses Zend_Exception
|
|
|
|
|
+ * @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
|
|
+ * @license http://framework.zend.com/license/new-bsd New BSD License
|
|
|
|
|
+ */
|
|
|
class Zend_Ldap_Exception extends Zend_Exception
|
|
class Zend_Ldap_Exception extends Zend_Exception
|
|
|
{
|
|
{
|
|
|
const LDAP_SUCCESS = 0x00;
|
|
const LDAP_SUCCESS = 0x00;
|