statusCode = $statusCode; parent::__construct($message, $statusCode, $previous); } /** * Get the HTTP status code associated with this error. * * @return int */ public function getStatusCode(): int { return $this->statusCode; } }