#include <Exception.h>
Public Member Functions | |
PcapError (std::string const &pcap_func, std::string const &msg="") | |
Creates a PcapError object. |
pcappp::PcapError::PcapError | ( | std::string const & | pcap_func, | |
std::string const & | msg = "" | |||
) | [inline] |
Creates a PcapError object.
pcap_func | The libpcap function that originated the error (without the leading "pcap_" and the parenthesis) | |
msg | The error message |