UNPKG

294 BTypeScriptView Raw
1import { GraphQLError } from 'graphql';
2import type { ExceptionOptions } from '../interfaces/graphql-exception.interface';
3export declare class GraphQLException extends GraphQLError {
4 constructor(message: string, options: ExceptionOptions);
5}
6//# sourceMappingURL=graphql-exception.d.ts.map
\No newline at end of file