(self, message = '')
| 24 | |
| 25 | class InvalidValue (BaseException): |
| 26 | def __init__ (self, message = ''): BaseException.__init__ (self, message) |
| 27 | |
| 28 | class InvalidAttribute (BaseException): |
| 29 | def __init__ (self, message = ''): BaseException.__init__ (self, message) |