PlugLoopback.RequestBodyNotFetchedError exception (plug_loopback v1.0.0)
View SourceError raised when the request body is not fetched for POST, PUT or PATCH requests
Body can be fetched using Plug.Parsers. Make sure to call this function after
fetching the request body.