Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ ForbiddenException
Class
ForbiddenException
src/core/exception/exceptions.py:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
82
class
ForbiddenException(DomainException):
83
def
type(self) -> str:
84
return
"forbidden"
85
86
def
code(self) -> int:
87
return
403
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected