File indexing completed on 2025-07-06 05:08:24
0001 #include "error.h" 0002 0003 std::string Error::message() const 0004 { 0005 // TODO looking up a yet to be written string from error code goes here 0006 return std::string(); 0007 }
File indexing completed on 2025-07-06 05:08:24
0001 #include "error.h" 0002 0003 std::string Error::message() const 0004 { 0005 // TODO looking up a yet to be written string from error code goes here 0006 return std::string(); 0007 }