Phalcon\Utils\PrettyExceptions::__construct PHP Method

__construct() public method

Constructor
public __construct ( Phalcon\Mvc\Application $application = null )
$application Phalcon\Mvc\Application OPTIONAL To display a dump of the current state of the Phalcon application instance.
    public function __construct($application = null)
    {
        $this->_application =& $application;
    }