This is our model for the custom error handler
We have messages that are thrown in the console
The default messages are thrown to the user as well as the unknown message
which catches any errors that we have not handled
If we have any unknown errors we want to handle those with a custom error message
This is our model for the custom error handler We have messages that are thrown in the console The default messages are thrown to the user as well as the unknown message which catches any errors that we have not handled If we have any unknown errors we want to handle those with a custom error message