aboutsummaryrefslogtreecommitdiff
path: root/Week9/src/com/camilstaps/shop/InputRequiredException.java
blob: ca0110d423092dd62352251d7fb87bb0432b1ac6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * Copyright (c) 2015 Camil Staps <info@camilstaps.nl>
 * 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 {
}