![]() |
Tacopie
3.0.0
Tacopie is a TCP Client & Server C++11 library.
|
#include <error.hpp>
Public Member Functions | |
tacopie_error (const std::string &what, const std::string &file, std::size_t line) | |
ctor | |
~tacopie_error (void)=default | |
assignment operator | |
tacopie_error (const tacopie_error &)=default | |
copy ctor | |
tacopie_error & | operator= (const tacopie_error &)=default |
assignment operator | |
const std::string & | get_file (void) const |
std::size_t | get_line (void) const |
specialized runtime_error used for tacopie error
const std::string& tacopie::tacopie_error::get_file | ( | void | ) | const |
std::size_t tacopie::tacopie_error::get_line | ( | void | ) | const |