Source code for traveltimes_prediction.support_files.exceptions.invalid_argument_exception

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