Skip to content

Commit fbb2871

Browse files
committed
fixing typo in CLI
1 parent c948adb commit fbb2871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/bin/uda_cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ void process_batch_requests(uda::Client& client, const std::vector<std::string>&
459459
}
460460
}
461461
if (count == 0 and !requests.empty()) {
462-
throw UDAException("All requests in batch failed");
462+
throw CLIException("All requests in batch failed");
463463
}
464464
}
465465

0 commit comments

Comments
 (0)