summaryrefslogtreecommitdiff
path: root/src/exception.cc
AgeCommit message (Collapse)Author
2015-03-13exception::what returns a StringView rather than a const char*Maxime Coste
2013-04-11exceptions: use const char* what() instead of String description()Maxime Coste
2013-04-09sort includes directivesMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2011-09-09exception: refactoringMaxime Coste