37 #include <vips/vips.h>
45 class VIPS_CPLUSPLUS_API
VError :
public std::exception {
52 VError(
const std::string &what) : _what(what) {}
58 VError() : _what(vips_error_buffer()) {}
60 virtual ~
VError() throw() {}
74 void ostream_print(std::ostream &)
const;
VError(const std::string &what)
Definition: VError8.h:52
VError()
Definition: VError8.h:58
virtual const char * what() const
Definition: VError8.h:66