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