getMessage(); } /** * @return array */ public function jsonSerialize(): array { return [ 'message' => $this->getMessage() ]; } }