getCode(); } parent::__construct($message, $code, $e); } public function hasChainedException() { return ($this->_previous !== null); } public function getChainedException() { return $this->getPrevious(); } }