Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ff211f2 authored by Neil Fuller's avatar Neil Fuller
Browse files

Track ErrnoException API changes in libcore

See the associated change in libcore.

Bug: 129935077
Test: See libcore/ change
Change-Id: I68a98df35f070db31fa3eb2967d7fab0a78d0ecf
parent 97f778f0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40424,6 +40424,8 @@ package android.system {
  public final class ErrnoException extends java.lang.Exception {
    ctor public ErrnoException(String, int);
    ctor public ErrnoException(String, int, Throwable);
    method @NonNull public java.io.IOException rethrowAsIOException() throws java.io.IOException;
    method @NonNull public java.net.SocketException rethrowAsSocketException() throws java.net.SocketException;
    field public final int errno;
  }