mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Merge branch 'branch-0.5.0' of http://192.168.1.105:6060/megasearch/milvus into branch-0.5.0
Former-commit-id: 8caea68514c6eed0fc8fc7ecd13f7778d1185977
This commit is contained in:
commit
40f441ddd6
@ -28,7 +28,7 @@ namespace milvus {
|
||||
class Exception : public std::exception {
|
||||
public:
|
||||
Exception(ErrorCode code, const std::string& message)
|
||||
: code_(code_),
|
||||
: code_(code),
|
||||
message_(message) {
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user