Skip to main content
Recoverable - repl - Node documentation
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.

Constructors

new
Recoverable(err: Error)

Properties

err: Error

See