| Current Path : /home/c/i/n/cinepatreb/billetterie/vendor/lcobucci/jwt/compat/ |
| Current File : /home/c/i/n/cinepatreb/billetterie/vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
<?php
if (PHP_VERSION_ID < 70300 && ! class_exists('JsonException')) {
class JsonException extends Exception
{
}
}