mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-20 05:37:43 +00:00
Add the query exception and refactor get_by_id.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from . import AppException
|
||||
|
||||
|
||||
class QueryException(AppException):
|
||||
"""Query failed."""
|
||||
pass
|
||||
Reference in New Issue
Block a user