tgbotxx  1.1.6.9
Telegram Bot C++ Library
tgbotxx::Exception Class Reference

tgbotxx::Exception More...

#include <Exception.hpp>

Inheritance diagram for tgbotxx::Exception:

Public Member Functions

 Exception (const std::string &errMessage)
 
 Exception (const std::string &errMessage, ErrorCode errCode)
 
ErrorCode errorCode () const noexcept
 

Detailed Description

tgbotxx::Exception

Definition at line 91 of file Exception.hpp.

Constructor & Destructor Documentation

◆ Exception() [1/2]

tgbotxx::Exception::Exception ( const std::string &  errMessage)
inlineexplicit

Definition at line 95 of file Exception.hpp.

◆ Exception() [2/2]

tgbotxx::Exception::Exception ( const std::string &  errMessage,
ErrorCode  errCode 
)
inlineexplicit

Definition at line 96 of file Exception.hpp.

Member Function Documentation

◆ errorCode()

ErrorCode tgbotxx::Exception::errorCode ( ) const
inlinenoexcept

Definition at line 98 of file Exception.hpp.


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