aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/pinapelz/HolodexException.java
blob: d9914f825e9592f0f00f0d30896b025b02d1e8e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package com.pinapelz;

/**
 * Class for Holodex related exceptions
 */
public class HolodexException extends Exception{
    /**
     * Instantiates a new Holodex exception.
     *
     * @param message the message
     */
    public HolodexException(String message) {
        super(message);
    }

    /**
     * Instantiates a new Holodex exception.
     *
     * @param message the message
     * @param cause   the cause
     */
    public HolodexException(String message, Throwable cause) {
        super(message, cause);
    }
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage