mirror of
https://github.com/openkmip/pykmip
synced 2025-12-05 23:53:19 +00:00
This change removes unused exceptions defined in core/errors.py, along with the errors.py module itself. The few used items from this file are migrated over to core/exceptions.py. Any dependent code is updated, dropping the use of errors.py and adding in the use of exceptions.py.