/
home
/
assocoweys
/
backup-assocoweys
/
leucate
/
libraries
/
vendor
/
lcobucci
/
jwt
/
src
/
Upload File
HOME
<?php namespace Lcobucci\JWT; if (PHP_MAJOR_VERSION === 5) { interface Exception { } } else { interface Exception extends \Throwable { } }