[TIL] ErrorHandler Middleware
Issue encountered
When applying the errorHandler middleware and throwing an error with the throw statement inside the try block, the error message thrown in the catch block is being displayed instead of the error message thrown in the throw statement...
siwonlog.hashnode.dev3 min read