Libmagicxx v9.0.2
A C++ wrapper library over the Magic Number Recognition Library.
|
Exception thrown from magic::identify_files(directory) when the path is not a directory. More...
#include <magic_exception.hpp>
Public Member Functions | |
path_is_not_directory (const std::string &path) | |
Construct path_is_not_directory with the path that is not a directory. | |
![]() | |
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 from magic::identify_files(directory) when the path is not a directory.
|
inlineexplicit |
Construct path_is_not_directory with the path that is not a directory.
[in] | path | The path that is not a regular file. |