I just found out about the Error class :) but I'd like to see it taken one step further; catch should always return an Error (related class) not a mixed.
Error err = catch {...};
That way there's no need to code a lot of specific error analyzing code when receiving an error, to just get the message and stacktrace/backtrace
Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
You mean like this?
Pike v7.7 release 44 running Hilfe v3.5 (Incremental Pike Frontend)
catch { throw(Error.Generic("Hello")); };
(1) Result: Error.Generic("Hello")
__________________________________________________________ Deze e-mail en de inhoud is vertrouwelijk en uitsluitend bestemd voor de geadresseerde(n). Indien u niet de geadresseerde bent van deze e-mail verzoeken wij u dit direct door te geven aan de verzender door middel van een reply e-mail en de ontvangen e-mail uit uw systemen te verwijderen. Als u geen geadresseerde bent, is het niet toegestaan om kennis te nemen van de inhoud, deze te kopieren, te verspreiden, bekend te maken aan derden noch anderszins te gebruiken.
The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Please notify us immediately if you have received it in error by reply e-mail and then delete this message from your system. __________________________________________________________