Lines Matching refs:process
29 #include "utils/process/exceptions.hpp"
35 namespace process = utils::process;
41 process::error::error(const std::string& message) :
48 process::error::~error(void) throw()
57 process::system_error::system_error(const std::string& message_,
66 process::system_error::~system_error(void) throw()
73 process::system_error::original_errno(void) const throw()
82 process::timeout_error::timeout_error(const std::string& message_) :
89 process::timeout_error::~timeout_error(void) throw()