MCPcopy
hub / github.com/1Panel-dev/MaxKB / NotFound404

Class NotFound404

apps/common/exception/app_exception.py:23–31  ·  view source on GitHub ↗

未认证(未登录)异常

Source from the content-addressed store, hash-verified

21
22
23class NotFound404(AppApiException):
24 """
25 未认证(未登录)异常
26 """
27 status_code = status.HTTP_404_NOT_FOUND
28
29 def __init__(self, code, message):
30 self.code = code
31 self.message = message
32
33
34class AppAuthenticationFailed(AppApiException):

Callers 3

authMethod · 0.90
profileMethod · 0.90
getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected