GrapeAPI: Basic Exceptions Handling
Why bother handling the exceptions? Well, I believe it’s basically for DRYing up things especially if these exceptions in general are happening very often in your API. http://blog.katpadi.ph/api-handling-exceptions/
Post a comment