#pragma once #include <string> namespace am { class system_error { public: static std::string error2str(unsigned long error); }; } // namespace am