[cairo] Detect Cairo Error in Cairomm

Chris Wilson chris at chris-wilson.co.uk
Thu May 6 10:10:27 PDT 2010


On Thu, 6 May 2010 13:07:18 -0400, Talguy <talguy385 at gmail.com> wrote:
> Are the exception that are thrown STL based.

Not a C++ expert, but they are derived from std::logic_error, so
  try {
  } catch (const std::exception& e) {
  }
-ickle

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the cairo mailing list