MixinExtras
MixinExtras copied to clipboard
Ability to modify a `throw` statement.
throw
statements should possibly be supported in @WrapWithCondition
, and maybe in a separate replace-style injector too.
Possibly a dedicated injection point, or maybe just expect people to use INVOKE
targeting <init>
on the exception with a shift
of AFTER
?