?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/lcobucci/jwt/src/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/lcobucci/jwt

?? Viewing: Exception.php

<?php

namespace Lcobucci\JWT;

if (PHP_MAJOR_VERSION === 5) {
    interface Exception
    {
    }
} else {
    interface Exception extends \Throwable
    {
    }
}


??

??