Files
foobar 27c1969aaa init
2022-08-21 21:39:06 +02:00

8 lines
96 B
PHP

<?php
if (\PHP_VERSION_ID < 80000) {
class UnhandledMatchError extends Error
{
}
}