Closed maxi7587 closed 5 years ago
When recieving an error, the library correctly displays the error in console, but when instantiating the Error class inside exec method (return throwError(new Error(error));), it returns an empty object.
return throwError(new Error(error));
When recieving an error, the library correctly displays the error in console, but when instantiating the Error class inside exec method (
return throwError(new Error(error));
), it returns an empty object.