|
FERS 1.0.0
The Flexible Extensible Radar Simulator
|
Exception class for handling path-related errors. More...
#include "path_utils.h"
Inheritance diagram for math::PathException:
Collaboration diagram for math::PathException:Public Member Functions | |
| PathException (const std::string &description) | |
| Constructor for PathException. | |
Exception class for handling path-related errors.
Definition at line 26 of file path_utils.h.
|
explicit |
Constructor for PathException.
| description | A detailed description of the error. |
Definition at line 34 of file path_utils.h.