i changed the exception-handling of the new producers and localizers to use the multe...
[mir.git] / source / mircoders / localizer / MirLocalizerException.java
1 package mircoders.localizer;
2
3 import multex.Exc;
4
5 public class MirLocalizerException extends Exc {
6
7   public MirLocalizerException(String aMessage) {
8     super(aMessage);
9   }
10 }