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

Class BaseException

v2/exceptions.py:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5# TODO: add more exception types?
6
7class BaseException (Exception):
8 def __init__ (self, message = ''): Exception.__init__ (self, message)
9
10class UserError (BaseException):
11 def __init__ (self, message = ''): BaseException.__init__ (self, message)

Callers 5

variantFunction · 0.85
check_init_parametersFunction · 0.85
ungrist_oneFunction · 0.85
orderMethod · 0.85
all_parentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected