Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
DeadException.md
blob: 58aa6a9f6339390b0c54e6653cd938c169568d52 [
file
] [
log
] [
blame
] [
view
] [
edit
]
The
exception
is
created
with
`new`
,
but
is
not
thrown
,
and
the reference
is
lost
.
Creating
an exception without
using
it
is
unlikely to be correct
,
so we assume
that you wanted to
throw
the exception
.