This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Lawsun
/
ysjj-system
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
eaab5d4024
Branches
Tags
master
ysjj-system
/
node_modules
/
egg-errors
/
lib
/
error_options.d.ts
error_options.d.ts
102 B
Histórico
Raw
1
2
3
4
5
export default class ErrorOptions {
code?: string;
message: string;
[key: string]: any;
}