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

Method __init__

v2/exceptions.py:20–20  ·  view source on GitHub ↗
(self, message = '')

Source from the content-addressed store, hash-verified

18
19class InvalidFeature (BaseException):
20 def __init__ (self, message = ''): BaseException.__init__ (self, message)
21
22class InvalidProperty (BaseException):
23 def __init__ (self, message = ''): BaseException.__init__ (self, message)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected