Skip to content
Snippets Groups Projects
Commit 08b87162 authored by Alexander Opitz's avatar Alexander Opitz Committed by Benni Mack
Browse files

[!!!][BUGFIX] Accept \Throwable in ExceptionHandlerInterface

Since PHP 7.0 \Exceptions are a subclass of \Throwable, and some PHP
Errors are thrown as \Throwables. So we need to support \Throwables
inside Exception handling.
http://php.net/manual/en/language.errors.php7.php

Resolves: #72117
Releases: master
Change-Id: I4302ab0f91386c4764a1b0e0305cd947987d60eb
Reviewed-on: https://review.typo3.org/45247


Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 7b13f0c7
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment