TaoLer/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php

8 lines
96 B
PHP
Raw Normal View History

2020-07-31 15:30:10 +08:00
<?php
2022-01-07 14:45:35 +08:00
if (\PHP_VERSION_ID < 80000) {
class UnhandledMatchError extends Error
{
}
2020-07-31 15:30:10 +08:00
}