UnhandledMatchError.php 96 Bytes Edit 1 2 3 4 5 6 7 <?php if (\PHP_VERSION_ID < 80000) { class UnhandledMatchError extends Error { } }