package and depencies
This commit is contained in:
10
vendor/lcobucci/jwt/src/Exception.php
vendored
Normal file
10
vendor/lcobucci/jwt/src/Exception.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Lcobucci\JWT;
|
||||
|
||||
use Throwable;
|
||||
|
||||
interface Exception extends Throwable
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user