MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / code

Method code

src/core/exception/exceptions.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 return "not found"
45
46 def code(self) -> int:
47 return 404
48
49
50class FailureException(DomainException):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected