diff --git a/src/system/EPollFD.hxx b/src/system/EPollFD.hxx index 39dc5c6f5..caa5ac4ae 100644 --- a/src/system/EPollFD.hxx +++ b/src/system/EPollFD.hxx @@ -31,13 +31,14 @@ struct epoll_event; /** * A class that wraps Linux epoll. - * - * Errors in the constructor are fatal. */ class EPollFD { const int fd; public: + /** + * Throws on error. + */ EPollFD(); ~EPollFD() noexcept {