Java has something like it: `Error` is for fatal J...
# announcements
k
Java has something like it:
Error
is for fatal JVM things,
RuntimeException
for things you shouldn't catch like indexerrors and just
Exception
for everything else.