1 2 3 4 5 6 7
package pablotron.luigi; public class LuigiError extends Exception { public LuigiError(final String message) { super(message); } };