message = $throw->getMessage(); } public function getValueShort() { if (\strlen($this->message)) { return '"'.$this->message.'"'; } } }