Source code for traveltimes_prediction.support_files.exceptions.unexpected_input_format_exception

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