ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.564 by root, Sat Jun 19 09:47:41 2021 UTC vs.
Revision 1.565 by sf-exg, Sat Jun 26 14:44:30 2021 UTC

123#endif 123#endif
124 124
125/****************************************************************************/ 125/****************************************************************************/
126 126
127// exception thrown on fatal (per-instance) errors 127// exception thrown on fatal (per-instance) errors
128class rxvt_failure_exception { }; 128class rxvt_failure_exception : public std::exception
129{
130public:
131 const char *
132 what () const noexcept override
133 {
134 return "";
135 }
136};
129 137
130// exception thrown when the command parser runs out of input data 138// exception thrown when the command parser runs out of input data
131class out_of_input { }; 139class out_of_input { };
132 140
133/* 141/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines