[4.0.0]Change catch Exception to Throwable, drop PHP 5 support #12288
Closed
Description
- Change all
catch \Exception
tocatch \Throwable
inPhalcon\Dispatcher
,Phalcon\Micro
,Phalcon\Pdo\Postgresql
- This means drop php 5 support
catch \Exception
to catch \Throwable
in Phalcon\Dispatcher
, Phalcon\Micro
, Phalcon\Pdo\Postgresql