X-Git-Url: http://git.ipfire.org/?p=oddments%2Fddns.git;a=blobdiff_plain;f=src%2Fddns%2Ferrors.py;h=1803c98e197c8da92af6f9c6f9e9ae8ffc29080b;hp=018ff9cd550344dcbbf07bbbe5881d5c9e468b91;hb=f07a11538a0c9568b21f807691979932be648ddd;hpb=ba9a8e95f29480ae99549819a46d779573f7697d diff --git a/src/ddns/errors.py b/src/ddns/errors.py index 018ff9c..1803c98 100644 --- a/src/ddns/errors.py +++ b/src/ddns/errors.py @@ -39,6 +39,14 @@ class DDNSAuthenticationError(DDNSError): pass +class DDNSConfigurationError(DDNSError): + """ + Thrown when invalid or insufficient + data is provided by the configuration file. + """ + pass + + class DDNSInternalServerError(DDNSError): """ Thrown when the remote server reported