pixie16 / paass

Pixie Acquisition and Analysis Software Suite
https://pixie16.github.io/paassdoc/
GNU General Public License v3.0
10 stars 29 forks source link

Exceptions class needs moved to paass/Resources #275

Closed spaulaus closed 7 years ago

spaulaus commented 7 years ago

Utkscan has its own exceptions class that could be useful elsewhere. This class could provide a wrapper to STL exceptions that are used often (invalid_argument, range_error) and provide an extensible base for new exceptions.