mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2026-05-21 06:53:51 +02:00
@@ -0,0 +1,8 @@
|
||||
package me.clip.placeholderapi.exceptions;
|
||||
|
||||
public final class NoDefaultCommandException extends RuntimeException {
|
||||
public NoDefaultCommandException(final String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user