4 lines
96 B
C++
4 lines
96 B
C++
#include "Error.h"
|
|
#include <string>
|
|
|
|
Error::Error(std::string location) { object = location; }
|