Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbunt1tled/python-fast-api
/ NotFoundException
Class
NotFoundException
src/core/exception/exceptions.py:42–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
42
class
NotFoundException(DomainException):
43
def
type(self) -> str:
44
return
"not found"
45
46
def
code(self) -> int:
47
return
404
48
49
50
class
FailureException(DomainException):
Callers
2
send_email
Method · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected