core/homeassistant/components/axis
Ville Skyttä b4bac0f7a0
Exception chaining and wrapping improvements (#39320)
* Remove unnecessary exception re-wraps

* Preserve exception chains on re-raise

We slap "from cause" to almost all possible cases here. In some cases it
could conceivably be better to do "from None" if we really want to hide
the cause. However those should be in the minority, and "from cause"
should be an improvement over the corresponding raise without a "from"
in all cases anyway.

The only case where we raise from None here is in plex, where the
exception for an original invalid SSL cert is not the root cause for
failure to validate a newly fetched one.

Follow local convention on exception variable names if there is a
consistent one, otherwise `err` to match with majority of codebase.

* Fix mistaken re-wrap in homematicip_cloud/hap.py

Missed the difference between HmipConnectionError and
HmipcConnectionError.

* Do not hide original error on plex new cert validation error

Original is not the cause for the new one, but showing old in the
traceback is useful nevertheless.
2020-08-28 13:50:32 +02:00
..
translations [ci skip] Translation update 2020-08-27 00:04:55 +00:00
__init__.py Improve Axis integration (#36205) 2020-05-31 20:00:15 +02:00
axis_base.py Axis - Code improvements (#35592) 2020-05-14 10:49:27 +02:00
binary_sensor.py Light control support to Axis devices (#36611) 2020-06-18 23:27:08 +02:00
camera.py Remove Axis option to enable/disable camera (#36420) 2020-06-04 14:25:50 +02:00
config_flow.py Support Axis stream profile and configuring it through options flow (#36322) 2020-06-01 18:45:38 +02:00
const.py Light control support to Axis devices (#36611) 2020-06-18 23:27:08 +02:00
device.py Exception chaining and wrapping improvements (#39320) 2020-08-28 13:50:32 +02:00
errors.py
light.py Upgrade black to 20.8b1 (#39287) 2020-08-27 13:56:20 +02:00
manifest.json Bump Axis library to support fence guard events (#37007) 2020-06-22 21:50:05 +02:00
strings.json Support Axis stream profile and configuring it through options flow (#36322) 2020-06-01 18:45:38 +02:00
switch.py Improve Axis integration (#36205) 2020-05-31 20:00:15 +02:00