Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
d4032a67
Commit
d4032a67
authored
Jan 28, 2013
by
Michal 'vorner' Vaner
Browse files
[2439] (minor) Exception docstrings
Clarify one exception and document one old exception.
parent
2a742e19
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/xfrin.py.in
View file @
d4032a67
...
...
@@ -96,12 +96,15 @@ class XfrinProtocolError(Exception):
class XfrinZoneError(Exception):
'''
An exception raised when the received zone
contain invalid data
.
An exception raised when the received zone
is broken enough to be unusable
.
'''
pass
class XfrinZoneUptodate(Exception):
'''TBD
'''
Thrown when the zone is already up to date, so there's no need to download
the zone. This is not really an error case (but it's still an exceptional
condition and the control flow is different than usual).
'''
pass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment