(self, value)
| 50 | """A SubmapNotFoundError is raised when a submap isnt found in the main eeprom_offsets dictionary. |
| 51 | """ |
| 52 | def __init__(self, value): |
| 53 | self.value = value |
| 54 | |
| 55 | |
| 56 | class SubMapReadError(EepromError): |
nothing calls this directly
no outgoing calls
no test coverage detected