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;