Current Path :
/
home
/
develito
/
.trash
/
v6
/
libraries
/
vendor
/
lcobucci
/
jwt
/
src
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/.trash/v6/libraries/vendor/lcobucci/jwt/src/Exception.php
<?php declare(strict_types=1); namespace Lcobucci\JWT; use Throwable; interface Exception extends Throwable { }