|
Brunot
|
#include <PathException.h>
Public Member Functions | |
| PathException (std::string message) | |
| Constructor. | |
| auto | what () const -> const char *override |
Private Attributes | |
| std::string | message_ |
|
inline |
Constructor.
| message | the message to throw |
|
inlineoverride |
|
private |