python-can-define-radio / pcdr

pcdr module: https://pypi.org/project/pcdr/
GNU General Public License v3.0
3 stars 2 forks source link

Exception raising #49

Open james-pcdr opened 4 months ago

james-pcdr commented 4 months ago
  1. Consistently go for more specific custom exceptions. I've been doing this in a few spots in the code, but I want to do it everywhere that I intentionally raise an exception.
  2. Try to make them somewhat machine readable, but how? Perhaps just multiple args to the constructor.