switch to unchecked Exceptions to work better with Lambda expressions

This commit is contained in:
Volker Berlin 2017-04-17 11:58:38 +02:00
parent 33c1b028b5
commit 5450ccb2ce

View File

@ -21,7 +21,7 @@ package de.inetsoftware.jwebassembly;
* @author Volker Berlin
*
*/
public class WasmException extends Exception {
public class WasmException extends RuntimeException {
private int lineNumber;