MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / ServiceNotFound

Class ServiceNotFound

suds/__init__.py:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class ServiceNotFound(Exception):
47 def __init__(self, name):
48 Exception.__init__(self, "Service not found: '%s'" % name)
49
50
51class TypeNotFound(Exception):

Callers 1

__findMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected