Context Safely Exception Handler
class ContextSafelyExceptionHandler(val handler: ExceptionHandler<Unit>) : CoroutineContext.Element(source)
ExceptionHandler wrapper which was created to make possible to use handler across all coroutines calls