Tacopie  3.0.0
Tacopie is a TCP Client & Server C++11 library.
Public Member Functions | List of all members
tacopie::tacopie_error Class Reference

#include <error.hpp>

Inheritance diagram for tacopie::tacopie_error:

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_erroroperator= (const tacopie_error &)=default
 assignment operator
 
const std::string & get_file (void) const
 
std::size_t get_line (void) const
 

Detailed Description

specialized runtime_error used for tacopie error

Member Function Documentation

◆ get_file()

const std::string& tacopie::tacopie_error::get_file ( void  ) const
Returns
file in which error occured

◆ get_line()

std::size_t tacopie::tacopie_error::get_line ( void  ) const
Returns
line at which the error occured

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