Home
last modified time | relevance | path

Searched defs:DfsuException (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_exception.h39 class DfsuException : public std::exception { class
41 DfsuException(int code, const std::string &msg) : code_(code), msg_(msg) {}; in DfsuException() function in OHOS::Storage::DistributedFile::DfsuException

Completed in 2 milliseconds