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

11 lines
115 B
PHP
Raw Normal View History

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