This commit is contained in:
6
app/api/v1/exception/interaction.py
Normal file
6
app/api/v1/exception/interaction.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from apiflask import HTTPError
|
||||
|
||||
|
||||
class AddInteractionError(HTTPError):
|
||||
status_code = 500
|
||||
message = 'add interaction failed.'
|
Reference in New Issue
Block a user