Iniital commit after moving files
This commit is contained in:
11
src/com/redstoner/exceptions/PlayerNotFoundException.java
Normal file
11
src/com/redstoner/exceptions/PlayerNotFoundException.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package com.redstoner.exceptions;
|
||||
|
||||
public class PlayerNotFoundException extends Exception
|
||||
{
|
||||
private static final long serialVersionUID = -7517266613348837760L;
|
||||
|
||||
public PlayerNotFoundException()
|
||||
{
|
||||
super("That player could not be found!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user