Skip to content

[BUGFIX][PHP7] thrown TypeError not catched#16

Open
PBXg33k wants to merge 1 commit intoHolycode-Products:masterfrom
PBXg33k:master
Open

[BUGFIX][PHP7] thrown TypeError not catched#16
PBXg33k wants to merge 1 commit intoHolycode-Products:masterfrom
PBXg33k:master

Conversation

@PBXg33k
Copy link

@PBXg33k PBXg33k commented Jan 29, 2016

PHP7 introduced the Error (throwable) class, which acts like Exceptions
but it doesn't have any relation with the Exception base class.
try-catch blocks which only catch exceptions needs to be updated to work
with this new base class.

PHP7 introduced the Error (throwable) class, which acts like Exceptions
but it doesn't have any relation with the Exception base class.
try-catch blocks which only catch exceptions needs to be updated to work
with this new base class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant