yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
#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) |
Definition at line 12 of file file_not_found.h.
file_not_found::file_not_found | ( | std::string | message | ) |
Definition at line 9 of file file_not_found.cc.
|
friend |
Definition at line 9 of file exception_file_not_found_ostream.cc.
|
friend |
Definition at line 13 of file exception_file_not_found_ostream.cc.
|
private |
Definition at line 18 of file file_not_found.h.