A default exception handler is responsible for catching all exceptions, which are not caught before such as IllegalArgumentException and NullpointerException. This handler should do nothing more than just display an alert to the user, so those exceptions don't go unnoticed.
This issue is related to #39
A default exception handler is responsible for catching all exceptions, which are not caught before such as
IllegalArgumentExceptionandNullpointerException. This handler should do nothing more than just display an alert to the user, so those exceptions don't go unnoticed.This issue is related to #39