@FunctionalInterface interface OnExceptionListener<V>
An interface used to deliver exceptions to listeners of a FxaResult
Parameters
onException
abstract fun onException(exception: Exception): FxaResult<V>?