Exception type that handles posix errno values. More...
#include <ecl/config/ecl.hpp>#include <cstring>#include <string>#include <errno.h>#include "standard_exception.hpp"
Go to the source code of this file.
| Classes | |
| class | ecl::PosixErrorHandler< ThrowingClass > | 
| Provides c++ mechanisms for handling posix errors.  More... | |
| Namespaces | |
| ecl | |
Exception type that handles posix errno values.
Exception type that handles posix errno values and stringifies the error number into a human readable message.
Definition in file posix_error_handler.hpp.