(self, value)
| 36 | """An EntryNotFoundError is raised when an entry is searched for in the eeprom map, but not found. |
| 37 | """ |
| 38 | def __init__(self, value): |
| 39 | self.value = value |
| 40 | |
| 41 | |
| 42 | class ToolheadSubMapError(EepromError): |
nothing calls this directly
no outgoing calls
no test coverage detected