/** * obsolete method * @internal */ import { Exception } from "@aurigma/design-atoms-model/Exception"; import * as Ajax from "@aurigma/design-atoms/Utils/Ajax"; export declare function create(msg?: string): Error; export declare function isIframeApiException(ex: Error): boolean; export declare class ServerException extends Exception { response: Ajax.IResponse; constructor(response: Ajax.IResponse); }