Source code for experiment.experimentExceptions

"""
.. module:: experiment.experimentExceptions
   :synopsis: Provides exception classes for the experiment package.
    
.. moduleauthor:: Wolfgang Magerl <wolfgang.magerl@gmail.com>
    
"""

[docs]class MetaInfoError(Exception): """ Exception class that is raised when a meta info field cannot be found. """ pass