Searched refs:InaError (Results 1 – 2 of 2) sorted by relevance
53 class InaError(Exception): class79 raise InaError('Error slave_addr expected')91 except InaError, e:92 raise InaError('Error initializing INA219: %s' % e)109 raise InaError('Key %s not present in dict %r' % (k, d_in))111 raise InaError(133 except InaError, e:148 except InaError, e:171 raise InaError('%s is out of range %s' % measure_msg, range_msg)198 raise InaError('Error: hex string %s does not match '
66 except smogcheck_ina219.InaError, e: