#include "exception.hh" #include "string.hh" #include namespace Kakoune { StringView exception::what() const { return typeid(*this).name(); } }