i changed the exception-handling of the new producers and localizers to use the multe...
[mir.git] / source / mir / config / exceptions / ConfigMissingPropertyException.java
1 package mir.config.exceptions;\r
2 \r
3 public class ConfigMissingPropertyException extends ConfigFailure {\r
4   public ConfigMissingPropertyException(String aMessage, String aLocation) {\r
5     super (aMessage, aLocation);\r
6   }\r
7 }\r