MCPcopy Create free account
hub / github.com/SmingHub/Sming / __init__

Method __init__

Sming/Components/Storage/Tools/hwconfig/common.py:124–125  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

122
123class InputError(RuntimeError):
124 def __init__(self, e):
125 super(InputError, self).__init__(e)
126
127
128class ValidationError(InputError):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected