Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
DMappedMultiException.java33 public MappedMultiException(String message, Map<Object, Throwable> throwables) { in MappedMultiException() argument
35 mThrowables.putAll(throwables); in MappedMultiException()