Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelestilopetshop.meupet.app
/
vendor
/
lcobucci
/
jwt
/
src
/
Editing: Exception.php
<?php declare(strict_types=1); namespace Lcobucci\JWT; use Throwable; interface Exception extends Throwable { }
Save
Cancel