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