Hi, I wrote a class to handle runtime errors
and I\'d like in case of an error to stop apache from executing my script.
someting like halt;
I familier with the \"exit\" command.
this command does not stop apache from executing the client request, it\'s only exiting from the local block;
Thanks,
Achi