package it.fulminazzo.yagl.exception; /** * An exception used to signal an object or method not yet implemented. */ public final class NotImplementedException extends RuntimeException { }