Searched refs:timeout_error (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/process/
H A Dexceptions.hpp67 class timeout_error : public error { class in namespace:utils::process
69 explicit timeout_error(const std::string&);
70 ~timeout_error(void) throw();
H A Dexceptions.cpp79 /// Constructs a new timeout_error.
82 process::timeout_error::timeout_error(const std::string& message_) : function in class:process::timeout_error
89 process::timeout_error::~timeout_error(void) throw()

Completed in 103 milliseconds