Skip to content

Commit

Permalink
Added a ResonanceError exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Jun 2, 2018
1 parent adebc83 commit 7fdccfc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rmgpy/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,12 @@ class CoreError(Exception):
"""
pass

class ResonanceError(Exception):
"""
An exception class for when RMG is unable to generate resonance structures.
"""
pass

################## move classes that extend off previous exceptions here

class InvalidMicrocanonicalRateError(NetworkError):
Expand Down

0 comments on commit 7fdccfc

Please sign in to comment.