Current File : /var/www/vinorea/modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
<?php

namespace PrestaShop\Module\PsAccounts\Vendor;

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