package edu.cornell.cs.cs2110;

/**
 * Indicates that an item could not be added
 * to a <code>SmallSet</code> because it is
 * at its maximum capacity.
 */
public class SmallSetFullException extends Error {}
