summaryrefslogtreecommitdiffhomepage
path: root/src/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exception.cpp')
-rw-r--r--src/exception.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exception.cpp b/src/exception.cpp
new file mode 100644
index 00000000..4855e240
--- /dev/null
+++ b/src/exception.cpp
@@ -0,0 +1,7 @@
+#include "compat/exception.hpp"
+
+namespace floormat {
+
+const char* exception::what() const noexcept { return buf.data(); }
+
+} // namespace floormat