ObjSQLite3.h: Import all exceptions

FossilOrigin-Name: d1beadb92df473b44078425ce2b60542e781189011bc40df6b3ceb4a0d4ec74a
This commit is contained in:
Jonathan Schleifer 2024-08-11 11:49:27 +00:00
parent bd3543537b
commit 08b99abf63

View file

@ -18,3 +18,11 @@
#import "SL3Connection.h" #import "SL3Connection.h"
#import "SL3PreparedStatement.h" #import "SL3PreparedStatement.h"
#import "SL3Exception.h"
#import "SL3BindObjectFailedException.h"
#import "SL3ClearBindingsFailedException.h"
#import "SL3ExecuteStatementFailedException.h"
#import "SL3OpenFailedException.h"
#import "SL3PrepareStatementFailedException.h"
#import "SL3ResetStatementFailedException.h"