(self, value)
| 57 | """A SubMapReadError is raised when the user attempts to read a SubMap |
| 58 | """ |
| 59 | def __init__(self, value): |
| 60 | self.value = value |
| 61 | |
| 62 | class MissingEepromMapError(EepromError): |
| 63 | """Thrown when an Eeprom Map cant be found in the given directory |
nothing calls this directly
no outgoing calls
no test coverage detected