message = $message; } /** * @return string */ public function getMessage(): string { return $this->message; } }