Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/golang/mobile
/ emptyError
Method
emptyError
bind/java/SeqTest.java:568–570 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
566
}
567
EmptyErrorer empty =
new
EmptyErrorer() {
568
@Override
public
void
emptyError() throws Exception {
569
throw
new
Exception(
""
);
570
}
571
};
572
try {
573
Testpkg.callEmptyError(empty);
Callers
1
testEmptyError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected