diff options
Diffstat (limited to 'yt/cpp/mapreduce/interface/errors.h')
| -rw-r--r-- | yt/cpp/mapreduce/interface/errors.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/errors.h b/yt/cpp/mapreduce/interface/errors.h index 6f78ffe14f3..cb8a7b5af90 100644 --- a/yt/cpp/mapreduce/interface/errors.h +++ b/yt/cpp/mapreduce/interface/errors.h @@ -293,6 +293,13 @@ private: TVector<TFailedJobInfo> FailedJobInfo_; }; +/// +/// @brief Error that is thrown when trying to read from aborted reader. +/// +class TInputStreamAbortedError + : public yexception +{ }; + //////////////////////////////////////////////////////////////////////////////// } // namespace NYT |
