From: Christian Hofstaedtler Date: Wed, 4 Sep 2013 07:24:39 +0000 (+0200) Subject: s/AhuException/PDNSException/ in docs X-Git-Tag: rec-3.6.0-rc1~462^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a83c36db8d868baf3f0c40f9484352efb176e7d7;p=thirdparty%2Fpdns.git s/AhuException/PDNSException/ in docs --- 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.