Repository URL to install this package:
|
Version:
1.0.0 ▾
|
<?php
/*
* This file is part of jwt-auth.
*
* (c) Sean Tymon <tymon148@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Modules\Core\Exceptions;
use Tymon\JWTAuth\Exceptions\JWTException;
class UserNotDefinedException extends JWTException
{
//
}