mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
add http api
This commit is contained in:
@ -28,3 +28,8 @@ class RejectedException(Exception):
|
||||
class FinishedException(Exception):
|
||||
"""Finish handling a message"""
|
||||
pass
|
||||
|
||||
|
||||
class ApiNotAvailable(Exception):
|
||||
"""Api is not available"""
|
||||
pass
|
||||
|
Reference in New Issue
Block a user