ubuntu-mate / python3-libboutique

Software Boutique 2.0's Python library to interface with apt, snapd and others.
GNU General Public License v3.0
6 stars 2 forks source link

Exception handling in the code #6

Open JeffLabonte opened 5 years ago

JeffLabonte commented 5 years ago

The project currently has a bunch of Exception class instead of the exact error. So every error is handled the same which is not what we want to have.