snappymail/plugins/ldap-identities/LdapException.php

5 lines
69 B
PHP
Raw Normal View History

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