MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / ArrayDirectoryException

Class ArrayDirectoryException

tiledb/sm/array/array_directory.cc:54–59  ·  view source on GitHub ↗

Class for ArrayDirectory status exceptions. */

Source from the content-addressed store, hash-verified

52
53/** Class for ArrayDirectory status exceptions. */
54class ArrayDirectoryException : public StatusException {
55 public:
56 explicit ArrayDirectoryException(const std::string& msg)
57 : StatusException("ArrayDirectory", msg) {
58 }
59};
60
61/* ********************************* */
62/* CONSTRUCTORS & DESTRUCTORS */

Callers 4

lsMethod · 0.85
load_enumerationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected