QueueThreadExceptionHandler

Interface for a class that knows how to handle an Exception thrown while executing a Runnable submitted via MessageQueueThread.runOnQueue.

Functions

Link copied to clipboard
abstract fun handleException(e: Exception)