<?php
namespace app\common\exceptions;
use Throwable;
/**
* Class AuthException
* @package app\common\exceptions
*/
class AuthException extends \Exception
{
}