class Recoverable
extends SyntaxError
Usage in Deno
import { Recoverable } from "node:repl";
Deno compatibility
This symbol is not supported.
Indicates a recoverable error that a REPLServer
can use to support multi-line input.
err: Error