#include <exception>
#include <iostream>
#include <string>
Go to the source code of this file.
|
| dynamic_graph |
| this is this package namespace in order to avoid naming conflict
|
|
|
#define | SOT_RETHROW |
|
#define | DG_THROW throw |
|
- Author
- Maximilien Naveau (maxim.nosp@m.ilie.nosp@m.n.nav.nosp@m.eau@.nosp@m.gmail.nosp@m..com)
- License:
- License BSD-3-Clause
- Copyright
- Copyright (c) 2019, New York University and Max Planck Gesellschaft.
- Date
- 2019-05-22
◆ SOT_RETHROW
Value:(const ExceptionAbstract& err) \
{ \
throw err; \
}