ok
Direktori : /home2/selectio/www/fms-worksuite/vendor/webklex/php-imap/src/Exceptions/ |
Current File : /home2/selectio/www/fms-worksuite/vendor/webklex/php-imap/src/Exceptions/AuthFailedException.php |
<?php /* * File: AuthFailedException.php * Category: Exception * Author: M. Goldenbaum * Created: 19.01.17 22:21 * Updated: - * * Description: * - */ namespace Webklex\PHPIMAP\Exceptions; use \Exception; /** * Class AuthFailedException * * @package Webklex\PHPIMAP\Exceptions */ class AuthFailedException extends Exception { }