snappymail/plugins/ldap-mail-accounts/LdapException.php

5 lines
75 B
PHP
Raw Normal View History

<?php
class LdapException extends \RainLoop\Exceptions\ClientException
{
}