We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405c61d commit d23ff71Copy full SHA for d23ff71
rxjava-core/src/main/java/rx/exceptions/OnErrorThrowable.java
100644
100755
@@ -116,7 +116,7 @@ public static class OnNextValue extends RuntimeException {
116
* the item that the Observable was trying to emit at the time of the exception
117
*/
118
public OnNextValue(Object value) {
119
- super("OnError while emitting onNext value: " + value);
+ super("OnError while emitting onNext.");
120
this.value = value;
121
}
122
0 commit comments