Neutone / neutone_sdk

Join the community on Discord for more discussions around Neutone! https://discord.gg/VHSMzb8Wqp
GNU Lesser General Public License v2.1
465 stars 21 forks source link

[cm] Custom Neutone exceptions #58

Open christhetree opened 10 months ago

christhetree commented 10 months ago

This PR implements Neutone exceptions which are used when other exceptions have cryptic error messages that should be elaborated on.

Currently takes advantage of the raise from functionality introduced in python 3, let me know if you think there's a nicer way to do this.