Interface WithErrorHandler

interface WithErrorHandler {
    error: ErrorHandler;
}

Hierarchy (view full)

Properties

Properties

Optional error handler to use for this

Generated using TypeDoc