?? GreyFile — Mystic File Browser

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



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

?? Viewing: json-exception-polyfill.php

<?php

if (PHP_VERSION_ID < 70300 && ! class_exists('JsonException')) {
    class JsonException extends Exception
    {
    }
}


??

??