package net.messagevortex;

/**
 * <p>Runtime exception representing not implemented code parts.</p>
 */
public class NotImplementedException extends RuntimeException {
}
