Getting the following error when using Phalcon\Debug: **Notice: Array to string conversion in Unknown on line 0** ``` <?php error_reporting(E_ALL); $debug = new \Phalcon\Debug(); $debug->listen(); throw new \Exception(); ```