Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Removed the catch all exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
leleamol committed Mar 26, 2019
1 parent 570398d commit 9afc5f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp-package/example/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ using namespace mxnet::cpp;
LG << "Status: FAIL";\
LG << "With Error: " << MXGetLastError(); \
return 1; \
} catch(...) { \
LG << "Status: FAIL";\
return 1; \
}

bool isFileExists(const std::string &filename) {
Expand Down

0 comments on commit 9afc5f9

Please sign in to comment.