/** * Copyright (c) 2015 Camil Staps * See the LICENSE file for copying permission. */ package com.camilstaps.shop; /** * This Exception is thrown when required input was omitted by the user. * @author Camil Staps, s4498062 */ public class InputRequiredException extends Exception { }