Spaces:
Running
Running
| export class EmailJSResponseStatus { | |
| constructor(_status = 0, _text = 'Network Error') { | |
| this.status = _status; | |
| this.text = _text; | |
| } | |
| } | |
| export class EmailJSResponseStatus { | |
| constructor(_status = 0, _text = 'Network Error') { | |
| this.status = _status; | |
| this.text = _text; | |
| } | |
| } | |