JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrmessage = $message ?? $this->message; $this->format = $format ?? $this->format; } /** * @return string */ public function getFormat(): string { return $this->format; } /** * @return string */ public function getMessage(): string { return $this->message; } }