|
Libmagicxx v9.1.1
A C++ wrapper library over the Magic Number Recognition Library.
|
Exception thrown when magic::identify_file(s) fails. More...
#include <magic_exception.hpp>


Public Member Functions | |
| magic_identify_file_error (const std::string &error_message, const std::string &file_path) | |
| Construct magic_identify_file_error with an error message, and the path of the file. | |
| Public Member Functions inherited from recognition::magic_exception | |
| 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 magic::identify_file(s) fails.
|
inline |
Construct magic_identify_file_error with an error message, and the path of the file.
| [in] | error_message | The description of the error. |
| [in] | file_path | The path of the file. |