Searched refs:TtciError (Results 1 – 3 of 3) sorted by relevance
33 class TtciError(Exception): class65 raise TtciError('Error initialize PCA9555 module: %s' % e)67 raise TtciError('Error initialize INA219 module: %s' % e)
55 except smogcheck_ttci.TtciError as e:
29 except smogcheck_ttci.TtciError, e: