Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ __init__
Method
__init__
v2/exceptions.py:8–8 ·
view source on GitHub ↗
(self, message = '')
Source
from the content-addressed store, hash-verified
6
7
class
BaseException (Exception):
8
def
__init__ (self, message =
''
): Exception.__init__ (self, message)
9
10
class
UserError (BaseException):
11
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