Libmagicxx v9.0.2
A C++ wrapper library over the Magic Number Recognition Library.
|
Exception thrown when a path does not exist. More...
#include <magic_exception.hpp>
Public Member Functions | |
path_does_not_exist (const std::string &path) | |
Construct path_does_not_exist with the path that does not exist. | |
![]() | |
magic_exception (const std::string &function, const std::string &error_message) | |
Construct magic_exception with an error message and the name of the funtion where the error occurred. | |
Exception thrown when a path does not exist.
|
inlineexplicit |
Construct path_does_not_exist with the path that does not exist.
[in] | path | The path that does not exist. |