HomeSort by relevance Sort by last modified time
    Searched refs:UnsupportedConfigFormatError (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
exceptions.py 11 class UnsupportedConfigFormatError(ValueError):
19 super(UnsupportedConfigFormatError, self).__init__(message)
__init__.py 39 from .exceptions import UnsupportedConfigFormatError
manager.py 28 UnsupportedConfigFormatError: If supported_config_types is specified and
204 UnsupportedConfigFormatError: If supported_config_types was specified
212 raise exceptions.UnsupportedConfigFormatError(config.GetConfigType(),

Completed in 177 milliseconds