這種感覺? ```js Rest.wrap(axios.get(API_URI)) .catchAxiosError((error) => { // ... }) ```