Source code for pharmpy.model.data

[docs] class DatasetError(Exception): """Exception for errors in the dataset""" pass
[docs] class DatasetWarning(Warning): """Warning for recoverable issues in the dataset""" pass