Class: SiteLoadingError
Defined in: electron/utils/database/interfaces.ts:72
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
,cause?
:Error
):SiteLoadingError
Defined in: electron/utils/database/interfaces.ts:79
Create a new SiteLoadingError.
Parameters
message
string
Descriptive error message
cause?
Optional underlying error that caused this failure
Returns
SiteLoadingError
Overrides
Error.constructor