Source code for ensemble_md.utils.exceptions

####################################################################
#                                                                  #
#    ensemble_md,                                                  #
#    a python package for running GROMACS simulation ensembles     #
#                                                                  #
#    Written by Wei-Tse Hsu <wehs7661@colorado.edu>                #
#    Copyright (c) 2022 University of Colorado Boulder             #
#                                                                  #
####################################################################


[docs]class ParameterError(Exception): """Error raised when detecting improperly specified parameters in the YAML file."""
[docs]class ParseError(Exception): """Error raised during parsing a file."""