eclecticiq / OpenTAXII

TAXII server implementation in Python from EclecticIQ
BSD 3-Clause "New" or "Revised" License
189 stars 89 forks source link

Create tree structure for exceptions #208

Open erwin-eiq opened 2 years ago

erwin-eiq commented 2 years ago

Right now there's a lot of generic ValueError usage, without any discernable structure. It makes more sense to change this all to be a tree structure with a common base exception class for the entire library.