mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +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
|
||||
*
|
||||
*/
|
||||
public class WasmException extends Exception {
|
||||
public class WasmException extends RuntimeException {
|
||||
|
||||
private int lineNumber;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user