reportable = $reportable; $this->extra_info = $extra_info; $this->rollback = $rollback; return parent::__construct($message, $code, null); } public function getReportable() { return $this->reportable; } public function getExtraInfo() { return $this->extra_info; } public function getRollback() { return $this->rollback; } }