
net.amygdalum.testrecorder.asm.ByteCodeException Maven / Gradle / Ivy
The newest version!
package net.amygdalum.testrecorder.asm;
public class ByteCodeException extends RuntimeException {
public ByteCodeException(Throwable e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy