(self, message = '')
| 15 | |
| 16 | class InvalidSource (BaseException): |
| 17 | def __init__ (self, message = ''): BaseException.__init__ (self, message) |
| 18 | |
| 19 | class InvalidFeature (BaseException): |
| 20 | def __init__ (self, message = ''): BaseException.__init__ (self, message) |