from `Throwable`, you’ve got `Error` and `Exceptio...
# announcements
n
from
Throwable
, you’ve got
Error
and
Exception
Error
are thrown by system like
OutOfMemoryError
they should never be catched... and from
Exception
, you’ve got
RuntimeException