import { VAPIError } from "../error/error.abstract"; export class VAPIExecutionError extends VAPIError { }