7 linhas
211 B
Java
7 linhas
211 B
Java
package com.awakenedredstone.autowhitelist.config.source;
|
|
|
|
public class AnnotationParserException extends RuntimeException {
|
|
public AnnotationParserException(Throwable cause) {
|
|
super(cause);
|
|
}
|
|
}
|