ErrorNotControlledException

open class ErrorNotControlledException(val title: String? = null, var message: String? = null) : BaseException

Constructors

Link copied to clipboard
constructor(title: String? = null, message: String? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override var message: String?
Link copied to clipboard
val title: String? = null

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Throwable.toCompletable(): Completable
Link copied to clipboard
fun <T> Throwable.toFlowable(): Flowable<T>
Link copied to clipboard
fun <T> Throwable.toMaybe(): Maybe<T>
Link copied to clipboard
fun <T> Throwable.toObservable(): Observable<T>
Link copied to clipboard
fun <T> Throwable.toSingle(): Single<T>