MCPcopy 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
42class NotFoundException(DomainException):
43 def type(self) -> str:
44 return "not found"
45
46 def code(self) -> int:
47 return 404
48
49
50class FailureException(DomainException):

Callers 2

send_emailMethod · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected