• R/O
  • SSH

libcpptools: Commit

This library contains code that extends and simplifies different operations
for C++ language based programs


Commit MetaInfo

Revisiond80e7665a8fd31b7833904e9288cc2f203416807 (tree)
Zeit2018-10-08 00:14:15
AutorSergey Gusarov
CommiterSergey Gusarov

Log Message

Added SqlQueryException exception

Ändern Zusammenfassung

Diff

diff -r 0e42c6bc5086 -r d80e7665a8fd include/cpptools/exceptions/system.hpp
--- a/include/cpptools/exceptions/system.hpp Sun Oct 07 06:04:38 2018 +0300
+++ b/include/cpptools/exceptions/system.hpp Sun Oct 07 18:14:15 2018 +0300
@@ -88,6 +88,7 @@
8888
8989 CPT_DEFINE_CPT_SYSTEM_EXCEPTION(IoException, "I/O operation failed");
9090 CPT_DEFINE_CPT_SYSTEM_EXCEPTION(ComPortOpenException, "Couldn't open com port");
91+CPT_DEFINE_CPT_SYSTEM_EXCEPTION(SqlQueryException, "Couldn't execute SQL query");
9192
9293 #ifdef CPT_SEH_AVAILABLE
9394 /*
Show on old repository browser