1e00081 refactor exceptions to koji.exceptions

2 files Authored by ktdreyer 2 years ago, Committed by tkopecek 2 years ago,
    refactor exceptions to koji.exceptions
    
    Move Koji's custom exceptions classes to a dedicated koji.exceptions
    library. This organizes the code so it's easier to maintain, and matches
    patterns in other well-known projects, like requests.exceptions or
    cryptography.exceptions.
    
        
file modified
+28 -139
file added
+132