qBittorrent
InternalServerErrorHTTPError Class Reference

#include <httperror.h>

Inheritance diagram for InternalServerErrorHTTPError:
Collaboration diagram for InternalServerErrorHTTPError:

Public Member Functions

 InternalServerErrorHTTPError (const QString &message={})
 
- Public Member Functions inherited from HTTPError
 HTTPError (int statusCode, const QString &statusText, const QString &message={})
 
int statusCode () const
 
QString statusText () const
 
- Public Member Functions inherited from RuntimeError
 Exception (const QString &message={}) noexcept
 
- Public Member Functions inherited from Exception
 Exception (const QString &message={}) noexcept
 
QString message () const noexcept
 

Detailed Description

Definition at line 88 of file httperror.h.

Constructor & Destructor Documentation

◆ InternalServerErrorHTTPError()

InternalServerErrorHTTPError::InternalServerErrorHTTPError ( const QString &  message = {})
explicit

Definition at line 83 of file httperror.cpp.

84  : HTTPError(500, QLatin1String("Internal Server Error"), message)
85 {
86 }
QString message() const noexcept
Definition: exceptions.cpp:36
HTTPError(int statusCode, const QString &statusText, const QString &message={})
Definition: httperror.cpp:31

The documentation for this class was generated from the following files: