Loading core/java/android/app/appfunctions/AppFunctionException.java +1 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ public final class AppFunctionException extends Exception implements Parcelable */ public AppFunctionException( @ErrorCode int errorCode, @Nullable String errorMessage, @NonNull Bundle extras) { super(errorMessage); mErrorCode = errorCode; mErrorMessage = errorMessage; mExtras = Objects.requireNonNull(extras); Loading libs/appfunctions/java/com/android/extensions/appfunctions/AppFunctionException.java +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ public final class AppFunctionException extends Exception { public AppFunctionException( int errorCode, @Nullable String errorMessage, @NonNull Bundle extras) { super(errorMessage); mErrorCode = errorCode; mErrorMessage = errorMessage; mExtras = extras; Loading Loading
core/java/android/app/appfunctions/AppFunctionException.java +1 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,7 @@ public final class AppFunctionException extends Exception implements Parcelable */ public AppFunctionException( @ErrorCode int errorCode, @Nullable String errorMessage, @NonNull Bundle extras) { super(errorMessage); mErrorCode = errorCode; mErrorMessage = errorMessage; mExtras = Objects.requireNonNull(extras); Loading
libs/appfunctions/java/com/android/extensions/appfunctions/AppFunctionException.java +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ public final class AppFunctionException extends Exception { public AppFunctionException( int errorCode, @Nullable String errorMessage, @NonNull Bundle extras) { super(errorMessage); mErrorCode = errorCode; mErrorMessage = errorMessage; mExtras = extras; Loading