]> gitweb.fperrin.net Git - GpsPrune.git/blob - src/tim/prune/config/ConfigException.java
Moved source into separate src directory due to popular request
[GpsPrune.git] / src / tim / prune / config / ConfigException.java
1 package tim.prune.config;
2
3 /**
4  * Exception thrown when something went wrong with the config
5  */
6 public class ConfigException extends Exception
7 {
8
9 }