aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite/sqliteexception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/sqlite/sqliteexception.h')
-rw-r--r--src/libs/sqlite/sqliteexception.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libs/sqlite/sqliteexception.h b/src/libs/sqlite/sqliteexception.h
index 6dbf92951a..44f7806662 100644
--- a/src/libs/sqlite/sqliteexception.h
+++ b/src/libs/sqlite/sqliteexception.h
@@ -104,12 +104,6 @@ public:
using Exception::Exception;
};
-class ColumnCountDoesNotMatch : public Exception
-{
-public:
- using Exception::Exception;
-};
-
class BindingIndexIsOutOfRange : public ExceptionWithMessage
{
public:
@@ -326,4 +320,10 @@ public:
using Exception::Exception;
};
+class WrongColumnCount : public Exception
+{
+public:
+ using Exception::Exception;
+};
+
} // namespace Sqlite