aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/exceptn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove several disused or rarely used exception typesJack Lloyd2020-11-111-8/+4
* Remove deprecated exception typesJack Lloyd2020-11-081-11/+0
* fix missing ErrorType::RoughtimeError on switchesNuno Goncalves2019-10-161-0/+2
* Add a DatabaseError type, set the sqlite return code in exceptionJack Lloyd2019-05-231-54/+56
* use ErrorType instead of TLS::error and remove convert_exceptions headerHannes Rantzsch2019-04-231-0/+58
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-2/+2
* Initialize System_Error::m_error_codeJack Lloyd2018-12-231-1/+2
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-0/+4
* Simplify exception messagesJack Lloyd2018-08-221-4/+15
* Add a second constructor to Decoding_Error which takes an exception string.Jack Lloyd2017-11-141-0/+3
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+4
* Undeprecate these exceptionsJack Lloyd2017-10-191-0/+3
* Another attempt at silencing MSVC warningJack Lloyd2017-10-191-4/+0
* De-inline bodies of exception classesJack Lloyd2017-10-151-0/+99