Skip to content

Commit c87a3db

Browse files
committed
[+] PluginNotFoundException
1 parent b624ba8 commit c87a3db

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package org.hydev.mcpm.client.injector;
2+
3+
/**
4+
* Not found exception
5+
*
6+
* @author Azalea (https://github.com/hykilpikonna)
7+
* @since 2022-10-29
8+
*/
9+
public class PluginNotFoundException extends Exception
10+
{
11+
public PluginNotFoundException(String msg)
12+
{
13+
super(msg);
14+
}
15+
}

0 commit comments

Comments
 (0)