source:
people/peter.buschman/backup_monitoring/parsing/exceptions/_exceptions.py@
1273
Last change on this file since 1273 was 976, checked in by , on Dec 6, 2011 at 10:19:33 AM | |
---|---|
File size: 259 bytes |
Line | |
---|---|
1 | |
2 | ## |
3 | ## ParseError |
4 | ## |
5 | class ParseError(StandardError): |
6 | pass |
7 | |
8 | # |
9 | # ParseError |
10 | # |
11 | #class ParseError(Exception): |
12 | # |
13 | # def __init__(self, value): |
14 | # self.parameter = value |
15 | # |
16 | # def __str__(self): |
17 | # return repr(self.parameter) |
18 |
Note:
See TracBrowser
for help on using the repository browser.