MCPcopy Create free account
hub / github.com/activeloopai/deeplake / exception

Class exception

cpp/query_core/exceptions.hpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace query_core {
8
9class exception : public base::exception
10{
11public:
12 explicit exception(std::string&& what)
13 : base::exception(std::move(what))
14 {
15 }
16};
17
18class invalid_order_function : public exception
19{

Callers 2

meta_to_genericFunction · 0.70
meta_to_orderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected