|
Libmagicxx v10.0.3
A modern C++23 wrapper for libmagic — the library that powers the Unix file command.
|
Exception thrown when a shared ProgressTracker is null. More...
#include <magic_exception.hpp>
Public Member Functions | |
| NullTracker () | |
| Construct NullTracker exception. | |
| 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 shared ProgressTracker is null.
This exception is thrown when a method that requires a progress tracker receives a null shared pointer.
|
inline |
Construct NullTracker exception.