JsExecutionFailed

Thrown when a JavaScript engine call (e.g. highlightCode, listLanguages, hljsVersion) returns null or raises an error.

Parameters

cause

The underlying throwable from the JavaScript execution failure.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?