Closed MarcinOrlowski closed 3 years ago
Changed signature of ExceptionHandlers' handle() method to expect Throwable instead of Exception. Fixes #194
handle()
Throwable
Exception
Changed signature of ExceptionHandlers'
handle()
method to expectThrowable
instead ofException
. Fixes #194