mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-20 15:35:08 +00:00
6 lines
107 B
Java
6 lines
107 B
Java
![]() |
package com.earth2me.essentials.commands;
|
||
|
|
||
|
public class NotEnoughArgumentsException extends Exception {
|
||
|
|
||
|
}
|