Files
newwalls.pl/modules/ps_eventbus/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
2024-12-17 13:43:22 +01:00

8 lines
93 B
PHP

<?php
if (PHP_VERSION_ID < 70300) {
class JsonException extends Exception
{
}
}