Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
feat(api): HSimpleException
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Dec 22, 2021
1 parent 9a63d12 commit db12891
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.auioc.mods.ahutils.api.exception;

public class HSimpleException extends Exception {

public HSimpleException(String message) {
super(message);
}

}

0 comments on commit db12891

Please sign in to comment.