UNPKG

@gobstones/gobstones-scripts

Version:

Scripts to abstract away build configuration of Gobstones Project's libraries and modules.

14 lines 348 B
/** * An error that occurs when there is a problem in the filesystem state. * * @group Errors */ export declare class FileSystemError extends Error { /** * Create a FileSystemError. * * @param message - A string with the error message. */ constructor(message: string); } //# sourceMappingURL=FileSystemError.d.ts.map