summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/f00f/net/irc/martyr/errors/GenericError.java
blob: 5e89fbfd0da26d5fb015589db765bd43f9dcbdc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package f00f.net.irc.martyr.errors;

import f00f.net.irc.martyr.commands.AbstractInCommand;

/**
 * Defines what an error is.  All errors are commands.
 */
public abstract class GenericError extends AbstractInCommand
{

}