ncssar / sartopo_python

Python calls for the caltopo / sartopo API
GNU General Public License v3.0
14 stars 2 forks source link

handle errors during __init__ #32

Closed caver456 closed 2 years ago

caver456 commented 2 years ago

init should return None always; so, to handle errors during init that should abort the calling program, add a new silent exception class that can be raised during init and caught by the calling program

caver456 commented 2 years ago

fixed in recent commit