UNPKG

@adaas/virtul-api

Version:

The library to templitify API requests and work with async tasks.

8 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VAPIExecutionError = void 0; const error_abstract_1 = require("../error/error.abstract"); class VAPIExecutionError extends error_abstract_1.VAPIError { } exports.VAPIExecutionError = VAPIExecutionError; //# sourceMappingURL=execution.error.js.map