Posted by Norbert Wenzel on 08/05/05 14:06
If there is a class with a function, that might throw exceptions and does NOT catch them, may I write that like in Java? class FooClass { public function foo() throws Exception { } } Or is there another possibility to tell a function throws an exception and to force the caller to handle that exception? thanks in advance, Norbert
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming