T - The type of exception to create.@FunctionalInterface public interface ExceptionCreator<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(String reason,
Context context)
Apply the reason , context and create the SDK exception.
|
Copyright © 2023. All rights reserved.