修改路径
This commit is contained in:
5
src/app/class/ErrDispatch.ts
Normal file
5
src/app/class/ErrDispatch.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {RequestObj} from './HttpReqAndResp';
|
||||
|
||||
export interface ErrDispatch {
|
||||
errHandler(code: number, msg: string, request?: RequestObj): void;
|
||||
}
|
||||
Reference in New Issue
Block a user