The HTTPNotImplemented class is accessible via the paste.httpexceptions module.
'The server has either erred or is incapable of performing\r\nthe requested operation.\r\n'
'The request method %(REQUEST_METHOD)s is not implemented for this server.\r\n%(detail)s'
This exception as a WSGI application
See the source for more information.