isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

feat(error-utils): add error utils #823

Closed kishore03109 closed 1 year ago

kishore03109 commented 1 year ago

Problem

This is an exploratory PR that tries to solve a repeated pattern in our code base. Relatively trivial since it only impact number of lines of code

Solution

add a util function

kishore03109 commented 1 year ago

seems like there are multiple instances where the logged error is different from the error message, which defeats the usefulness of this PR. Closing this