``` Single.error<Unit>(RuntimeException()).s...
# kovenant
m
Copy code
Single.error<Unit>(RuntimeException()).subscribe()
//vs
Single.error<Unit>(Exception()).subscribe()