Home
last modified time | relevance | path

Searched refs:django_exceptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/frontend/afe/
H A Drdb_model_extensions.py11 from django.core import exceptions as django_exceptions unknown
114 raise django_exceptions.ValidationError(errors)
159 raise django_exceptions.ValidationError('%s required to create %s, '
/aosp_15_r20/external/autotest/frontend/afe/json_rpc/
H A DserviceHandler.py33 from django.core import exceptions as django_exceptions unknown
37 except django_exceptions.ImproperlyConfigured: