qBittorrent
Exception Class Reference

#include <exceptions.h>

Inheritance diagram for Exception:

Public Member Functions

 Exception (const QString &message={}) noexcept
 
QString message () const noexcept
 

Private Attributes

QString m_message
 

Detailed Description

Definition at line 33 of file exceptions.h.

Constructor & Destructor Documentation

◆ Exception()

Exception::Exception ( const QString &  message = {})
explicitnoexcept

Definition at line 31 of file exceptions.cpp.

32  : m_message {message}
33 {
34 }
QString message() const noexcept
Definition: exceptions.cpp:36
QString m_message
Definition: exceptions.h:40

Member Function Documentation

◆ message()

Member Data Documentation

◆ m_message

QString Exception::m_message
private

Definition at line 40 of file exceptions.h.

Referenced by RuntimeError::Exception().


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