Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ sneakyThrow
Method
sneakyThrow
app/src/main/java/androidx/room/SneakyThrow.java:39–42 ·
view source on GitHub ↗
(@NonNull Throwable e)
Source
from the content-addressed store, hash-verified
37
}
38
39
@SuppressWarnings(
"unchecked"
)
40
private
static
<E extends Throwable>
void
sneakyThrow(@NonNull Throwable e) throws E {
41
throw (E) e;
42
}
43
44
private
SneakyThrow() {
45
Callers
1
reThrow
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected