id; } public function getCode(): int { return $this->code; } public function getMessage(): string { return $this->message; } public function getException(): mixed { return $this->exception; } public function setException(mixed $exception): static { $this->exception = $exception; return $this; } }