Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / exceptions.py
index aa0aecbef67abd8320db01c71446cc7ca5a24617..1d80e1337de6cddf8f31e3f800c769fac120ed68 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 
-"""Some exceptions used elsewhere."""
+# © Copyright 2021-2022, Scott Gasch
+
+"""Some general exceptions used elsewhere in the package."""
 
 # This module is commonly used by others in here and should avoid
 # taking any unnecessary dependencies back on them.