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

Class FeatureConflict

v2/exceptions.py:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 def __init__ (self, message = ''): BaseException.__init__ (self, message)
12
13class FeatureConflict (BaseException):
14 def __init__ (self, message = ''): BaseException.__init__ (self, message)
15
16class InvalidSource (BaseException):
17 def __init__ (self, message = ''): BaseException.__init__ (self, message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected