Finalize specific exceptions
This commit is contained in:
parent
833b27e38c
commit
247d9c53fa
@ -1,6 +1,6 @@
|
||||
package dev.w1zzrd.asm.exception;
|
||||
|
||||
public class DirectiveNotImplementedException extends RuntimeException {
|
||||
public final class DirectiveNotImplementedException extends RuntimeException {
|
||||
public DirectiveNotImplementedException(String directiveName) {
|
||||
super("Operation not implemented: "+directiveName);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user