3 lines
93 B
Python
3 lines
93 B
Python
|
|
class EntityDoesNotExist(Exception):
|
||
|
|
"""Raised when entity was not found in database."""
|