Skip to main content

Class: SiteLoadingError

Defined in: electron/utils/database/interfaces.ts:79

Custom error for site loading operations.

Provides enhanced error context and stack trace preservation for site loading failures.

Extends

Constructors

Constructor

new SiteLoadingError(message: string, options?: ErrorOptions): SiteLoadingError

Defined in: electron/utils/database/interfaces.ts:86

Create a new SiteLoadingError.

Parameters

message

string

Descriptive error message

options?

ErrorOptions

Optional error options with causal metadata

Returns

SiteLoadingError

Overrides

Error.constructor