(self, message = '')
| 18 | |
| 19 | class InvalidFeature (BaseException): |
| 20 | def __init__ (self, message = ''): BaseException.__init__ (self, message) |
| 21 | |
| 22 | class InvalidProperty (BaseException): |
| 23 | def __init__ (self, message = ''): BaseException.__init__ (self, message) |