1 | import { GraphQLError } from 'graphql';
|
2 | import type { ExceptionOptions } from '../interfaces/graphql-exception.interface';
|
3 | export 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 |