exception = $exception; } public function code() : int { return 999; } public function description() : string { return $this->exception->getMessage(); } }