import { DdataCoreError } from './ddata-core-error'; import { NotificationService } from '../notification/notification.service'; export declare class UnprocessableEntity extends DdataCoreError { constructor(originalError: any, notificationService: NotificationService); } //# sourceMappingURL=unprocessable-entity-error.d.ts.map