Home
last modified time | relevance | path

Searched defs:EOFException (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/gensyscalls/
H A Dgensyscalls_common.h35 struct EOFException : public Exception { struct
36 EOFException() {} in EOFException() argument
37 EOFException(const string &message) : Exception(message) {} in EOFException() argument
38 virtual ~EOFException() throw() {} in ~EOFException() argument