Your IP : 216.73.216.224


Current Path : /var/www/html/libraries/vendor/lcobucci/jwt/src/
Upload File :
Current File : /var/www/html/libraries/vendor/lcobucci/jwt/src/Exception.php

<?php
declare(strict_types=1);

namespace Lcobucci\JWT;

use Throwable;

interface Exception extends Throwable
{
}