neutron-lib/neutron_lib/tests/unit/exceptions
Boden R b328eff733 add exceptions package
As per the discussion in [1] extension specific exceptions that are
not API facing would best live outside the api-def itself. This patch
suggests added an exceptions package that will allow per-component
exception definitions as sub-modules (ex: neutron_lib.exceptions.l3).
The existing exceptions from neutron_lib.exceptions.py are defined
in neutron_lib.exceptions.__init__ and don't impact existing consumers
import them.

[1] https://review.openstack.org/#/c/423289/

Change-Id: Ie0797f25b99c68bdf5cc1a58c6b906cf850699a4
2017-02-13 12:34:04 -07:00
..
__init__.py add exceptions package 2017-02-13 12:34:04 -07:00
test_exceptions.py add exceptions package 2017-02-13 12:34:04 -07:00