|
Libmagicxx v10.0.3
A modern C++23 wrapper for libmagic — the library that powers the Unix file command.
|
Exception thrown when a specified path does not exist. More...
#include <magic_exception.hpp>


Public Member Functions | |
| PathDoesNotExist (const std::string &path) | |
| Construct PathDoesNotExist with the missing path. | |
| Public Member Functions inherited from Recognition::MagicException | |
| MagicException (const std::string &function, const std::string &error_message) | |
| Construct MagicException with function name and error message. | |
Exception thrown when a specified path does not exist.
This exception is thrown when any operation requires a path that must exist (file or directory) but the path cannot be found.
|
inlineexplicit |
Construct PathDoesNotExist with the missing path.
| [in] | path | The path that does not exist. |