handleException

abstract fun handleException(e: Exception)

Passes the given exception to the current JSExceptionHandler if one exists, rethrowing otherwise.