Olen/Spond

Functions that look up entities by `id` should raise errors if nothing is matched

Closed this issue · 0 comments

Currently they effectively fail silently, by implicitly returning None. This is making it difficult to locate sources of errors in my application and blocks meaningful type annotations.