Source code for traveltimes_prediction.support_files.exceptions.data_not_in_database_exception

[docs]class DataNotInDatabaseException (Exception): def __init__(self, *args, **kwargs): super(DataNotInDatabaseException, self).__init__(*args, **kwargs)