Interface LongTaskErrorHandler


  • public interface LongTaskErrorHandler
    Notify interface that can catch Exception thrown during an asynchronous task execution.
    Author:
    Mathieu Bastian
    • Method Detail

      • fatalError

        void fatalError​(Throwable t)