EtonDigital / EDBlogBundle

EDBlogBundle is extensive and user friendly blog bundle for Symfony2. It provides a lot of interesting features that makes a serious bloging platform from your Symfony2 application. It is very intuitive and flexible, you can easily fit it to your own needs.
MIT License
35 stars 20 forks source link

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

Open PBXg33k opened 8 years ago

PBXg33k commented 8 years ago

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.