UNPKG

256 BTypeScriptView Raw
1import BaseError from './base-error';
2/**
3 * Thrown when an include statement is improperly constructed (see message for details)
4 */
5declare class EagerLoadingError extends BaseError {
6 constructor(message: string);
7}
8export default EagerLoadingError;