![]() |
libfacade 1.1
A library for manipulating PNG images with payloads.
|
An exception thrown when encountering a null pointer. More...
#include <exception.hpp>
Public Member Functions | |
NullPointer () | |
![]() | |
Exception () | |
Exception (const std::string &error) | |
const char * | what () const noexcept |
Get a C-string representation of the error. Adds compatibility with std::exception. | |
Additional Inherited Members | |
![]() | |
std::string | error |
The resulting error string provided by the exception. | |
An exception thrown when encountering a null pointer.
|
inline |