|
Elements 6.3.4
A C++ base framework for the Euclid Software.
|
An exception raised when downloading fails. More...
#include <DataSynchronizer.h>


Public Member Functions | |
| virtual | ~DownloadFailed ()=default |
| DownloadFailed (path distantFile, path localFile) | |
| Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
| Public Member Functions inherited from std::exception | |
| T | what (T... args) |
| T | ~exception (T... args) |
| T | operator= (T... args) |
| T | exception (T... args) |
An exception raised when downloading fails.
Definition at line 46 of file DataSynchronizer.h.
|
virtualdefault |
|
inline |
Definition at line 49 of file DataSynchronizer.h.
References std::runtime_error::runtime_error().
