#include "Error.h" #include Error::Error(std::string location) { object = location; }