Skip to content

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