From a83c36db8d868baf3f0c40f9484352efb176e7d7 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 4 Sep 2013 09:24:39 +0200 Subject: [PATCH] s/AhuException/PDNSException/ in docs --- pdns/docs/pdns.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 7016641b6b..03b1f9bc17 100755 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -22013,7 +22013,7 @@ static RandomLoader randomloader; get() method. - Should throw an AhuException if an error occurred accessing the database. Returning otherwise indicates that the query + Should throw an PDNSException if an error occurred accessing the database. Returning otherwise indicates that the query was started successfully. If it is known that no data is available, no exception should be thrown! An exception indicates that the backend considers itself broken - not that no answers are available for a question. @@ -22032,7 +22032,7 @@ static RandomLoader randomloader; Should return false if the backend does not consider itself authoritative for this zone. - Should throw an AhuException if an error occurred accessing the database. Returning true indicates that data is or should be available. + Should throw an PDNSException if an error occurred accessing the database. Returning true indicates that data is or should be available. @@ -22052,7 +22052,7 @@ static RandomLoader randomloader; should contain 'CaSe.yourdomain.com'! - Should throw an AhuException in case a database error occurred. + Should throw an PDNSException in case a database error occurred. @@ -22063,7 +22063,7 @@ static RandomLoader randomloader; If the backend considers itself authoritative over domain name, this method should fill out the passed SOAData structure and return a positive number. If the backend is functioning correctly, but - does not consider itself authoritative, it should return 0. In case of errors, an AhuException should be thrown. + does not consider itself authoritative, it should return 0. In case of errors, an PDNSException should be thrown. -- 2.47.3