source:
people/peter.buschman/backup_monitoring/parsing/exceptions/_exceptions.py
Last change on this file was 976, checked in by , on Dec 6, 2011 at 10:19:33 AM | |
---|---|
File size: 259 bytes |
Rev | Line | |
---|---|---|
[976] | 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.