qBittorrent
RuntimeError Class Reference

#include <exceptions.h>

Inheritance diagram for RuntimeError:
Collaboration diagram for RuntimeError:

Public Member Functions

 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 43 of file exceptions.h.

Member Function Documentation

◆ Exception()

Exception::Exception
explicitnoexcept

Definition at line 36 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

References Exception::m_message.


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