UNPKG

@osaedasia/oresume

Version:

A user-friendly library for generating complete Single Page Applications (SPAs)

16 lines (15 loc) 576 B
import { SamError } from "@osaedasia/sam"; /** * Error thrown when a specified element cannot be found within a fragment. * Used when DOM operations fail due to missing target elements in fragment contexts. * @extends SamError */ export declare class ElementNotFoundInFragmentError extends SamError { } /** * Error thrown when a fragment's root element cannot be located in the DOM. * Indicates that a fragment's container element with the specified UUID attribute is missing. * @extends SamError */ export declare class FragmentRootNotFoundError extends SamError { }