snappymail/plugins/ldap-identities/LdapException.php

5 lines
75 B
PHP
Raw Normal View History

2020-11-10 04:49:18 +08:00
<?php
class LdapException extends \RainLoop\Exceptions\ClientException
2020-11-10 04:49:18 +08:00
{
}