UnhandledMatchError.php 96 B

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