MCPcopy Create free account
hub / github.com/boostorg/build / AlreadyDefined

Class AlreadyDefined

v2/exceptions.py:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 def __init__ (self, message = ''): BaseException.__init__ (self, message)
30
31class AlreadyDefined (BaseException):
32 def __init__ (self, message = ''): BaseException.__init__ (self, message)
33
34class IllegalOperation (BaseException):
35 def __init__ (self, message = ''): BaseException.__init__ (self, message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected