|
Dev Essential
|
Exception class used by Path methods. More...
#include <path.h>
Inherits std::runtime_error.
Public Member Functions | |
| PathException (const std::string &message) | |
Exception class used by Path methods.
| a_util::filesystem::PathException::PathException | ( | const std::string & | message | ) |
CTOR
| [in] | message | The message the exception distributes. |