(self, value)
| 43 | """A ToolheadSubmapError is raised when a we try to lookup a toolhead eeprom value with a sub_map name that is not toolhead_eeprom_offset |
| 44 | """ |
| 45 | def __init__(self, value): |
| 46 | self.value = value |
| 47 | |
| 48 | |
| 49 | class SubMapNotFoundError(EepromError): |
nothing calls this directly
no outgoing calls
no test coverage detected