{error.message}
++ Hey, developer, you should replace this with what you want your users to see. +
+Oops! Looks like you tried to visit a page that you do not have access to.
+ ); + break; + case 404: + message =Oops! Looks like you tried to visit a page that does not exist.
; + break; + + default: + throw new Error(caught.data || caught.statusText); + } + + return ( +