5 #ifndef COMSQUARE_INVALIDADDRESS_HPP
6 #define COMSQUARE_INVALIDADDRESS_HPP
22 std::stringstream stream;
23 stream <<
"Could not read/write data at address: 0x" << std::hex << addr <<
" from " << where;
24 this->_msg = stream.str();
26 const char *
what() const noexcept
override {
return this->_msg.c_str(); }
30 #endif //COMSQUARE_INVALIDADDRESS_HPP