Current File : /home/escuelai/public_html/it/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
<?php

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