class MochaSyntaxError(RuntimeError): def __init__(self, *args): RuntimeError.__init__(self, args) pass