Your IP : 216.73.216.65


Current Path : /home/ataenra/www/libraries/vendor/lcobucci/jwt/compat/
Upload File :
Current File : /home/ataenra/www/libraries/vendor/lcobucci/jwt/compat/json-exception-polyfill.php

<?php

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