(self, message = '')
| 39 | |
| 40 | class NoBestMatchingAlternative (BaseException): |
| 41 | def __init__ (self, message = ''): BaseException.__init__ (self, message) |
| 42 | |
| 43 | class NoAction (BaseException): |
| 44 | def __init__ (self, message = ''): BaseException.__init__ (self, message) |