shortMessage = $short_message; parent::__construct($message, $code); } public function getShortMessage(): string { return $this->shortMessage; } }