diff options
Diffstat (limited to 'vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php')
| -rw-r--r-- | vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php b/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php new file mode 100644 index 0000000000..673d100224 --- /dev/null +++ b/vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php @@ -0,0 +1,14 @@ +<?php + +/* + * This file is part of the Symfony package. + * + * (c) Fabien Potencier <fabien@symfony.com> + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +class JsonException extends Exception +{ +} |
