jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

Controller error handling #328

Closed jaikamat closed 3 years ago

jaikamat commented 3 years ago

Summary

This PR creates a wrapper function to replace all the repetitive try-catch blocks we have strewn about in controllers, which centralizes our control over them. Outermost try-catch blocks have been removed.