Index: src/ObjSQLite3.h ================================================================== --- src/ObjSQLite3.h +++ src/ObjSQLite3.h @@ -16,5 +16,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ #import "SL3Connection.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"