ErrorException.php
306 Bytes
<?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
{
}