php-eesyldap/src/LdapException.php

6 lines
70 B
PHP
Raw Normal View History

<?php
namespace EesyLDAP;
class LdapException extends \Exception {}