fix(backend): docstring typo
This commit is contained in:
parent
86b7c9a498
commit
97c9a75ed3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class NotFoundException(Exception):
|
|||
|
||||
|
||||
class DataIntegrityException(Exception):
|
||||
"""Raised when a resource was unexpectedly not found."""
|
||||
"""Raised to prevent a semantically invalid database operation."""
|
||||
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue