> > Doesn't NotFound mean object not found rather than action not found? > > > > logic/__init__.py > > class NotFound(ActionError): > pass > > says just actions to me It is actually used to mean object not found though