This commit is contained in:
2022-11-02 12:23:14 +03:00
parent bf57a30da0
commit 34580f267f
4 changed files with 58 additions and 64 deletions

View File

@@ -1,6 +1,8 @@
from graphql.error import GraphQLError
# TODO: remove traceback from logs for defined exceptions
class BaseHttpException(GraphQLError):
code = 500
message = "500 Server error"