File indexing completed on 2024-04-28 16:59:49

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 }