Source code for traveltimes_prediction.support_files.exceptions.bck_data_not_received_error

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