Home
last modified time | relevance | path

Searched defs:PDNSException (Results 1 – 3 of 3) sorted by relevance

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Dpdnsexception.hh28 class PDNSException class
31 PDNSException() : reason("Unspecified") {}; in PDNSException() function in PDNSException
32 PDNSException(const string& r) : reason(r) {}; in PDNSException() function in PDNSException
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dpdnsexception.hh28 class PDNSException class
31 PDNSException() : reason("Unspecified") {}; in PDNSException() function in PDNSException
32 PDNSException(const string& r) : reason(r) {}; in PDNSException() function in PDNSException
/dports/net-mgmt/metronome/metronome-0.9.0/
H A Diputils.hh40 typedef std::runtime_error PDNSException; typedef