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