#include "Exception.h" #include #include namespace POSIX { const char *Exception::errorString() { return strerror(error()); } }