Source code for mwr_l12l2.errors
###############################
[docs]class MWRConfigError(MWRError):
"""Raised if something with the configuration file is wrong"""
[docs]class MWRTestError(MWRError):
"""Raised if something goes wrong during set up or clean up of testing"""
###############################
[docs]class MissingConfig(MWRConfigError):
"""Raised if a mandatory entry of the config file is missing"""
###############################
###############################
[docs]class FilenameError(MWRFileError):
"""Raised if the filename does not correspond to the expected pattern"""
##############################
[docs]class OutputDimensionError(MWROutputError):
"""Raised if requested output dimensions do not match data"""