📄 OperationCanceledError.js
/home/palash/git/site/node_modules/fork-ts-checker-webpack-plugin/lib/error/OperationCanceledError.js
Language: js • Lines: 9
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class OperationCanceledError extends Error {
    constructor() {
        super(...arguments);
        this.canceled = true;
    }
}
exports.OperationCanceledError = OperationCanceledError;