! \ingroup collaboration */
| 19856 | \ingroup collaboration |
| 19857 | */ |
| 19858 | struct RemoteException : std::runtime_error |
| 19859 | { |
| 19860 | RemoteException(const std::string& desc) : std::runtime_error(desc.c_str()) {} |
| 19861 | }; |
| 19862 | |
| 19863 | /*! |
| 19864 | \ingroup collaboration |
no outgoing calls
no test coverage detected