Skip to content

Commit b9a770d

Browse files
committed
add JavaScriptEvaluationException
1 parent 3741450 commit b9a770d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package dev.icerock.moko.javascript
2+
3+
class JavaScriptEvaluationException(
4+
throwable: Throwable?,
5+
message: String? = null
6+
) : Exception(message, throwable)

0 commit comments

Comments
 (0)