- Adds new exception `CruddyNoMatchingRowException`
- Raises `CruddyNoMatchingRowException` whenever a CRUD operation that looks completely valid based on model validation unexpectedly fails on the database side of the transaction. This is typically due to row-level access control policies implemented in languages like `plpgsql`.
- Added example function to the example sever which adds a global funnel to catch all `CruddyNoMatchingRowException`s and return a 404.