snappymail/rainloop/v/1.3.1.443/app/libraries/RainLoop/Exceptions/AuthException.php
RainLoop Team 91a9f85659 v1.3.1.443
2013-10-16 22:52:37 +04:00

9 lines
133 B
PHP

<?php
namespace RainLoop\Exceptions;
/**
* @category RainLoop
* @package Exceptions
*/
class AuthException extends Exception {}