folded-ear / gobrennas-api

HTTP API for gobrennas.com
https://gobrennas.com
MIT License
1 stars 0 forks source link

Throw an error when a recipe isn't found #26

Closed switzerb closed 7 months ago

switzerb commented 7 months ago

In reference to https://github.com/folded-ear/gobrennas-client/issues/71 -- the 404 will only show now when an explicit error is thrown from the API. This PR adds a NoResultException which will trigger the 404 in the client.

switzerb commented 7 months ago

Might be a good opportunity to write the first test for LibraryQuery?

I LIKE IT.