Re: [Vala] How to ignore exceptions?



void helper () throws Error {
  ...
}

void func () {
  try { helper(); } catch (Error e) {}
}

-- 
www.debian.org - The Universal Operating System


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]