| Current Path : /home/c/i/n/cinepatreb/billetterie/vendor/lcobucci/jwt/src/ | 
| Current File : /home/c/i/n/cinepatreb/billetterie/vendor/lcobucci/jwt/src/Exception.php | 
<?php
namespace Lcobucci\JWT;
if (PHP_MAJOR_VERSION === 5) {
    interface Exception
    {
    }
} else {
    interface Exception extends \Throwable
    {
    }
}