diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-11-07 10:44:39 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-11-07 10:44:50 -0500 |
| commit | 8a8ebbe2358f5ddfa8a5f59adcbd0e19d9e9b9f8 (patch) | |
| tree | ce41ac96daa29ecabbbacc09de9ae98ccd3b1637 /python/__init__.py | |
| parent | b6ba318c569540286a0c296887f7d265f9b91602 (diff) | |
Make non "if_available" il accessors throw ILException, create exceptions.py for custom exception types
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index 2fddefe4..b3528017 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -70,6 +70,7 @@ from .typeparser import * from .typeprinter import * from .component import * from .typecontainer import * +from .exceptions import * # We import each of these by name to prevent conflicts between # log.py and the function 'log' which we don't import below from .log import ( |
