Removed untyped contructor from ComponentRegistration and add a protected setter.
[castle.git] / Experiments / Generator / src / app / GeneratorException.boo
blobda96f74484fa7a8fbca5b84ab1130dfebe3ce247
1 namespace Generator
3 import System
5 class GeneratorException(Exception):
6 def constructor(msg as string):
7 super(msg)