summaryrefslogtreecommitdiffhomepage
path: root/src/exception.cpp
blob: 4855e240d2918dc84a2235e0c5f9cd39878a45c0 (plain)
1
2
3
4
5
6
7
#include "compat/exception.hpp"

namespace floormat {

const char* exception::what() const noexcept { return buf.data(); }

} // namespace floormat