Exception Obfuscation Transformer
A Transformer responsible for removing ZKM's exception obfuscation, which inserts exception handlers that catch any type of exception and immediately re-throw them. The exception handlers are inserted in locations where there is no Java source code equivalent, confusing decompilers.