summaryrefslogtreecommitdiff
path: root/src/exception.hh
AgeCommit message (Expand)Author
2023-05-21Add <c-g> to cancel current operationMaxime Coste
2018-05-26Rework `fail` command not to display command call stackMaxime Coste
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2015-03-25Remove unneeded c_str() callMaxime Coste
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
2012-09-04add override markersMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-03-04do not take a std::string by value in runtime_error constructorMaxime Coste
2011-09-09exception: refactoringMaxime Coste