On a course I found the following piece of code:
class Ex(Exception): def __init__(self, msg): Exception.__init__(self, msg + msg) self.ar