mosdef-hub / gmso

Flexible storage of chemical topology for molecular simulation
https://gmso.mosdef.org
MIT License
52 stars 33 forks source link

Custom Exceptions #57

Open mattwthompson opened 5 years ago

mattwthompson commented 5 years ago

We'll probably come across special cases we'll want our own errors and warnings for. mbuild has a simple one but foyer has several specific ones associated with various validation issues

https://github.com/mosdef-hub/foyer/blob/dfc09e9c33705933c74010ce8a8c050081df8942/foyer/exceptions.py

mattwthompson commented 5 years ago

We'll want to make sure these get piped to logging #38 #53