import { IExceptionMessage } from '../exception'; import { RuntimeException } from '../runtime.exception'; export declare class NotImplementedException extends RuntimeException { constructor(message?: IExceptionMessage, data?: T); } //# sourceMappingURL=not-implemented.exception.d.ts.map