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

#include "file_not_found.h"

Public Member Functions

 file_not_found (std::string message)
 

Private Attributes

std::string message
 

Friends

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

Detailed Description

Definition at line 12 of file file_not_found.h.

Constructor & Destructor Documentation

◆ file_not_found()

file_not_found::file_not_found ( std::string  message)

Definition at line 9 of file file_not_found.cc.

Friends And Related Function Documentation

◆ operator<< [1/2]

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

Definition at line 9 of file exception_file_not_found_ostream.cc.

◆ operator<< [2/2]

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

Definition at line 13 of file exception_file_not_found_ostream.cc.

Member Data Documentation

◆ message

std::string yatbcpp::file_not_found::message
private

Definition at line 18 of file file_not_found.h.


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