/** * Destructor. * * @api */ public function __destruct() { parent::__destruct(); }
/** * Constructor * @param bool whether to show stack traces * @param object an optional \Ergo\Logger instance */ public function __construct($showStackTrace = true, $logger = null) { parent::__construct($logger); $this->_showStackTrace = $showStackTrace; }