I have a context manager, subclass of a parent class/context-manager, that I\'d like to terminate as soon as possible if some condition is met during the super().__ini
super().__ini