package io.trygvis.container.compiler; public class NotImplementedException extends InternalErrorException { public NotImplementedException() { super("Not implemented"); } }