UNPKG

@farris/command-services-vue

Version:

Render schema to web page with farris ui.

10 lines (8 loc) 401 B
import { FormMessageService } from '../../form-message.service'; import { Exception, IExceptionStrategy } from '../types'; export declare class ExceptionStrategyFactory { static create(exception: Exception, messagerService: FormMessageService): IExceptionStrategy; private static isServerException; private static isUnauthorizedException; private static getExceptionHandleStrategy; }