Definition at line 90 of file Exception.h.
◆ ErrorCoder() [1/2]
Magick::ErrorCoder::ErrorCoder |
( |
const std::string & |
what_ | ) |
|
|
explicit |
◆ ErrorCoder() [2/2]
Magick::ErrorCoder::ErrorCoder |
( |
const std::string & |
what_, |
|
|
Exception * |
nested_ |
|
) |
| |
|
explicit |
Definition at line 120 of file Exception.cpp.
121 : Error(what_,nested_)
122{
123}
◆ ~ErrorCoder()
Magick::ErrorCoder::~ErrorCoder |
( |
| ) |
|
throw | ( | |
| ) | | |
The documentation for this class was generated from the following files:
- /build/imagemagick-vHZLMc/imagemagick-7.1.1.39+dfsg1/Magick++/lib/Magick++/Exception.h
- /build/imagemagick-vHZLMc/imagemagick-7.1.1.39+dfsg1/Magick++/lib/Exception.cpp