Re: [Vala] How to ignore exceptions?
- From: Luca Bruno <lethalman88 gmail com>
- To: Sam Wilson <tecywiz121 hotmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] How to ignore exceptions?
- Date: Sun, 30 Oct 2011 16:29:37 +0100
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]