MCPcopy Create free account
hub / github.com/Tom94/tev / ImageModifyError

Method ImageModifyError

include/tev/Common.h:969–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967class ImageModifyError final : public std::runtime_error {
968public:
969 ImageModifyError(const std::string& message) : std::runtime_error{message} {}
970};
971
972class ImageSaveError final : public std::runtime_error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected