UNPKG

@nyteshade/lattice-legacy

Version:

OO Underpinnings for ease of GraphQL Implementation

10 lines (8 loc) 370 B
import { FunctionExecutionError } from './FunctionExecutionError' /** * Denotes more sepecifically that the evaluation of the function invoked * occurred when running a known asynchronous function rather than a standard * synchronous version. */ export class AsyncFunctionExecutionError extends FunctionExecutionError { } export default AsyncFunctionExecutionError