src/app/shared/models/response-error.ts
Properties |
|
constructor(message: string)
|
||||||||
|
Defined in src/app/shared/models/response-error.ts:1
|
||||||||
|
Parameters :
|
| Public message |
message:
|
Type : string
|
|
Defined in src/app/shared/models/response-error.ts:2
|
export class ResponseError {
constructor(public message: string) {
}
}