yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
Public Member Functions | Private Attributes | Friends | List of all members
yatbcpp::essential_key_missing Class Reference

#include "essential_key_missing.h"

Public Member Functions

 essential_key_missing (std::string message)
 

Private Attributes

std::string message
 

Friends

std::ostream & operator<< (std::ostream &o, const essential_key_missing &U)
 
std::ostream & operator<< (std::ostream &o, const essential_key_missing *U)
 

Detailed Description

Definition at line 12 of file essential_key_missing.h.

Constructor & Destructor Documentation

◆ essential_key_missing()

essential_key_missing::essential_key_missing ( std::string  message)

Definition at line 9 of file essential_key_missing.cc.

Friends And Related Function Documentation

◆ operator<< [1/2]

std::ostream& operator<< ( std::ostream &  o,
const essential_key_missing U 
)
friend

Definition at line 9 of file exception_essential_key_missing_ostream.cc.

◆ operator<< [2/2]

std::ostream& operator<< ( std::ostream &  o,
const essential_key_missing U 
)
friend

Definition at line 13 of file exception_essential_key_missing_ostream.cc.

Member Data Documentation

◆ message

std::string yatbcpp::essential_key_missing::message
private

Definition at line 18 of file essential_key_missing.h.


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