Searched refs:DfsuException (Results 1 – 4 of 4) sorted by relevance
39 class DfsuException : public std::exception {41 DfsuException(int code, const std::string &msg) : code_(code), msg_(msg) {}; in DfsuException() function63 throw DfsuException((code), __ss.str()); \
112 bool ExceptionHandler(const DfsuException &e, std::unique_ptr<VirtualCmd<Ctx>> ¤tCmd) in ExceptionHandler()157 } catch (const DfsuException &e) { in Main()
181 } catch (const DfsuException &e) { in GetSession()
61 } catch (const DfsuException &e) { in ~DeviceManagerAgent()