Module errors that collects all exceptions.
This commit is contained in:
16
pygmx/errors.py
Normal file
16
pygmx/errors.py
Normal file
@ -0,0 +1,16 @@
|
||||
"""Exceptions of the pygmx package."""
|
||||
|
||||
|
||||
class InvalidMagicException(Exception): pass
|
||||
|
||||
|
||||
class InvalidIndexException(Exception): pass
|
||||
|
||||
|
||||
class UnknownLenError(Exception): pass
|
||||
|
||||
|
||||
class FileTypeError(Exception): pass
|
||||
|
||||
|
||||
class XTCError(Exception): pass
|
Reference in New Issue
Block a user