MCPcopy
hub / github.com/pallets/werkzeug / NotImplemented

Class NotImplemented

src/werkzeug/exceptions.py:765–773  ·  view source on GitHub ↗

*501* `Not Implemented` Raise if the application does not support the action requested by the browser.

Source from the content-addressed store, hash-verified

763
764
765class NotImplemented(HTTPException):
766 """*501* `Not Implemented`
767
768 Raise if the application does not support the action requested by the
769 browser.
770 """
771
772 code = 501
773 description = "The server does not support the action requested by the browser."
774
775
776class BadGateway(HTTPException):

Callers 1

__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected