summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/commands/NoChargeException.java
blob: bb0088792101d00a1bd310a15a904dca0ab60986 (plain)
1
2
3
4
5
6
7
8
9
10
package com.earth2me.essentials.commands;


public class NoChargeException extends Exception
{
	public NoChargeException()
	{
		super("Will charge later");
	}
}