CCirbo / Little_Shop

1 stars 2 forks source link

Feat/error serializer #72

Closed MDelarosa1993 closed 3 weeks ago

MDelarosa1993 commented 3 weeks ago

Controllers:

Error Handling Classes: Introduced ErrorMessage and ErrorSerializer classes to standardize the JSON format for error responses. Specific Changes:

CCirbo commented 3 weeks ago

Great working with you on this, I enjoyed creating the error serializer with all that goes along with it and then watching it work was fantastic!!

TDManning commented 3 weeks ago

This looks very similar to what we did in class. Lets add it and explore it further.