mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Renamed LWJGLErrorException to LWJGLException
This commit is contained in:
parent
63b33930b1
commit
9d55bbb302
14 changed files with 77 additions and 77 deletions
7
src/java/org/lwjgl/LWJGLException.java
Normal file
7
src/java/org/lwjgl/LWJGLException.java
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package org.lwjgl;
|
||||
|
||||
public class LWJGLException extends Exception {
|
||||
public LWJGLException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue