]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/ConfigException.java
Version 6, October 2008
[GpsPrune.git] / tim / prune / ConfigException.java
diff --git a/tim/prune/ConfigException.java b/tim/prune/ConfigException.java
new file mode 100644 (file)
index 0000000..edf6bee
--- /dev/null
@@ -0,0 +1,9 @@
+package tim.prune;
+
+/**
+ * Exception thrown when something went wrong with the config
+ */
+public class ConfigException extends Exception
+{
+
+}