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

public class PlayerExemptException extends NoSuchFieldException
{
	public PlayerExemptException(String message)
	{
		super(message);
	}
}