From 3fed7dbd0034a2fcafd8398ce4cecbb0596a6bb0 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 3 Apr 2015 11:26:42 +0200 Subject: [PATCH] Use PDNSException in place of ZoneParserTNG::exception --- pdns/zoneparser-tng.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/zoneparser-tng.cc b/pdns/zoneparser-tng.cc index a6c90b63ac..bffbfb6463 100644 --- a/pdns/zoneparser-tng.cc +++ b/pdns/zoneparser-tng.cc @@ -122,7 +122,7 @@ unsigned int ZoneParserTNG::makeTTLFromZone(const string& str) break; default: - throw ZoneParserTNG::exception("Unable to parse time specification '"+str+"' "+getLineOfFile()); + throw PDNSException("Unable to parse time specification '"+str+"' "+getLineOfFile()); } return val; } -- 2.47.2