To avoid people hiding errors. Primarily from lazyness. It makes it much harder to track down bugs when someone encapsulated something in a a catch deep down in the project and didn't bother to rethrow.
/ Peter Bortas
Previous text:
2003-10-02 00:34: Subject: Re: throw or return
On Thu, Oct 02, 2003 at 12:30:01AM +0200, Mirar @ Pike developers forum wrote:
I think rethrowing an unhandled error this way is a good idea.
Why not explicitly? To avoid miscoding or something like this?
/Al
/ Brevbäraren