mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
switch to unchecked Exceptions to work better with Lambda expressions
This commit is contained in:
parent
33c1b028b5
commit
5450ccb2ce
@ -21,7 +21,7 @@ package de.inetsoftware.jwebassembly;
|
|||||||
* @author Volker Berlin
|
* @author Volker Berlin
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class WasmException extends Exception {
|
public class WasmException extends RuntimeException {
|
||||||
|
|
||||||
private int lineNumber;
|
private int lineNumber;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user