Skip to content

Commit 2867e49

Browse files
authored
Merge pull request #465 from ni/users/bkeryan/error-handling
fix: Update all exported library functions to catch and translate C++ exceptions
2 parents 2203993 + 9dbfc7d commit 2867e49

File tree

9 files changed

+1394
-1068
lines changed

9 files changed

+1394
-1068
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ add_library(labview_grpc_server SHARED
8383
src/any_support.cc
8484
src/cluster_copier.cc
8585
src/event_data.cc
86+
src/exceptions.cc
8687
src/feature_toggles.cc
8788
src/grpc_client.cc
8889
src/grpc_interop.cc
@@ -110,6 +111,7 @@ target_link_libraries(labview_grpc_server
110111
# server VIs from a .proto file
111112
#----------------------------------------------------------------------
112113
add_library(labview_grpc_generator SHARED
114+
src/exceptions.cc
113115
src/feature_toggles.cc
114116
src/lv_interop.cc
115117
src/path_support.cc

0 commit comments

Comments
 (0)