UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

13 lines (11 loc) 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const BaseError_1 = require("./BaseError"); class FileNotFoundError extends BaseError_1.BaseError { constructor(filePath) { super(`File not found: ${filePath}`); this.filePath = filePath; } } exports.FileNotFoundError = FileNotFoundError; //# sourceMappingURL=FileNotFoundError.js.map