qBittorrent
NotFoundHTTPError Class Reference

#include <httperror.h>

Inheritance diagram for NotFoundHTTPError:
Collaboration diagram for NotFoundHTTPError:

Public Member Functions

 NotFoundHTTPError (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 64 of file httperror.h.

Constructor & Destructor Documentation

◆ NotFoundHTTPError()

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

Definition at line 63 of file httperror.cpp.

64  : HTTPError(404, QLatin1String("Not Found"), message)
65 {
66 }
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: