UNPKG

@farris/command-services-vue

Version:

Render schema to web page with farris ui.

10 lines (9 loc) 492 B
import { FormMessageService } from "../../form-message.service"; import { LanguageService } from "../../language.service"; import { Exception, IExceptionStrategy } from "../types"; export declare class ExceptionStrategyFactory { static create(exception: Exception, messagerService: FormMessageService, languageService: LanguageService): IExceptionStrategy; private static isServerException; private static isUnauthorizedException; private static getExceptionHandleStrategy; }