Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
f5df12e8
"openmmapi/vscode:/vscode.git/clone" did not exist on "1b31ef623d69d43f7132b6900c0b48c98a3d8a6c"
Commit
f5df12e8
authored
Apr 09, 2014
by
Jason Swails
Browse files
Add base exception classes.
parent
bdbb6cb3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
wrappers/python/simtk/openmm/app/charmm/exceptions.py
wrappers/python/simtk/openmm/app/charmm/exceptions.py
+6
-0
No files found.
wrappers/python/simtk/openmm/app/charmm/exceptions.py
View file @
f5df12e8
...
@@ -7,6 +7,12 @@ Contributors:
...
@@ -7,6 +7,12 @@ Contributors:
Date: April 9, 2014
Date: April 9, 2014
"""
"""
class
CharmmError
(
Exception
):
""" Base class for all exceptions raised in this package """
class
CharmmWarning
(
Warning
):
""" Base class for all warnings emitted in this package """
class
CharmmPSFError
(
CharmmError
):
class
CharmmPSFError
(
CharmmError
):
""" If there is a problem parsing CHARMM PSF files """
""" If there is a problem parsing CHARMM PSF files """
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment