aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/pina/HolodexException.java
blob: 8dc8cbd85070e2e15c469aff0fa85ec72c05eb81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package com.pina;

public class HolodexException extends Exception{
    public HolodexException(String message) {
        super(message);
    }

    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