Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that this solution is an exception to EXC32-J. Do not catch Catch specific exceptions as opposed to the more general RuntimeException because it catches Throwable in an attempt to handle the error.

...