polyfill
polyfill copied to clipboard
[PHP 8.5] Add new `\Filter\FilterException` and `Filter\FilterFailedException`
PHP 8.5 adds two new exception classes, along with the new FILTER_THROW_ON_FAILURE flag. We can not polyfill the exception behavior (which is activated with the FILTER_THROW_ON_FAILURE flag), but we can still polyfill the exception classes.