update
This commit is contained in:
9
modules/pshowsso/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
vendored
Normal file
9
modules/pshowsso/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
if (\PHP_VERSION_ID < 70300 && !\class_exists('JsonException')) {
|
||||
class JsonException extends \Exception
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user