fix the package name for the exceptions/* classes.
[mir.git] / source / mir / config / exceptions / ConfigMissingPropertyException.java
1 package mir.config.exceptions;\r
2 \r
3 public class ConfigMissingPropertyException extends ConfigException {\r
4   public ConfigMissingPropertyException(String aMessage, String aLocation) {\r
5     super (aMessage, aLocation);\r
6   }\r
7 }\r