Skip to content

Conversation

@jayesbe
Copy link
Owner

@jayesbe jayesbe commented Nov 27, 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
@jayesbe jayesbe merged commit e6f6626 into jayesbe:master Nov 27, 2016
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.

2 participants