message = $message; } public function __toString(): string { return $this->message; } public function code(): string { return 'some_code'; } }