coupon-admin/vendor/lcobucci/jwt/src/Exception.php

11 lines
115 B
PHP
Raw Normal View History

2021-11-18 17:57:04 +08:00
<?php
declare(strict_types=1);
namespace Lcobucci\JWT;
use Throwable;
interface Exception extends Throwable
{
}