/**
 * A <tt>DuplicateException</tt> is an exception that occurs when there is 
 * an attempt to insert a duplicate key value into a <tt>Dictionary</tt>.
 * 
 * DO NOT CHANGE THIS FILE
 *  
 * @author CS 367
 */
public class DuplicateException extends Exception {

}
