...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::process::process_error — The exception usually thrown by boost.process.
// In header: <boost/process/exception.hpp> struct process_error : public system_error { };
It merely inherits std::system_error but can then be distinguished in the catch-block from other system errors.