Class: SiteNotFoundError
Defined in: electron/services/database/interfaces.ts:143
Custom error for site not found scenarios.
Thrown when attempting to access a site that doesn't exist in the system.
Hierarchy
Extends
Constructors
Constructor
new SiteNotFoundError(identifier: string, options?: ErrorOptions): SiteNotFoundError;
Defined in: electron/services/database/interfaces.ts:149
Create a new SiteNotFoundError.
Parameters
identifier
string
The site identifier that was not found
options?
ErrorOptions
Returns
SiteNotFoundError
Overrides
Error.constructor;