UNPKG

@adaas/virtul-api

Version:

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

4 lines (3 loc) 115 B
import { VAPIError } from "../error/error.abstract"; export declare class VAPIExecutionError extends VAPIError { }