1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php /** * ErrorException class file. * * @author Maxim Zemskov <nodge@yandex.ru> * @link http://github.com/Nodge/yii2-eauth/ * @license http://www.opensource.org/licenses/bsd-license.php */ namespace common\modules\nodge\eauth\src\eauth; class ErrorException extends \yii\base\ErrorException { }