File indexing completed on 2024-05-19 05:43:54

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 }