.. !!!AUTO!!! (remove this comment to edit) .. include:: operator-aliases.rst .. testsetup:: * import rx .. currentmodule:: rx .. _operator-header-catch_exception: .. _operator-header-on_error_resume_next: Catch ===== .. seealso:: - Official ReactiveX documentation: `Catch `_ .. _operator-catch_exception: .. automethod:: Observable.catch_exception .. image:: /img/reactivex/operators/catch_exception.png :align: center .. _operator-on_error_resume_next: .. automethod:: Observable.on_error_resume_next .. image:: /img/reactivex/operators/on_error_resume_next.png :align: center