104fd306cSNickeau<?php 204fd306cSNickeau 3*83c68632SNico/* 4*83c68632SNico * This file is part of the Symfony package. 5*83c68632SNico * 6*83c68632SNico * (c) Fabien Potencier <fabien@symfony.com> 7*83c68632SNico * 8*83c68632SNico * For the full copyright and license information, please view the LICENSE 9*83c68632SNico * file that was distributed with this source code. 10*83c68632SNico */ 11*83c68632SNico 1204fd306cSNickeauif (\PHP_VERSION_ID < 80000) { 1304fd306cSNickeau class UnhandledMatchError extends Error 1404fd306cSNickeau { 1504fd306cSNickeau } 1604fd306cSNickeau} 17