From 3f0b745ecc80d8b9ef0697710991c3da8afdac56 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 19 Mar 2012 15:20:29 +0100 Subject: [PATCH] removed unwanted rescue clause --- library/server/wsf_extension/src/wsf_resource_handler_helper.e | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/server/wsf_extension/src/wsf_resource_handler_helper.e b/library/server/wsf_extension/src/wsf_resource_handler_helper.e index d5050619..0e7c159c 100644 --- a/library/server/wsf_extension/src/wsf_resource_handler_helper.e +++ b/library/server/wsf_extension/src/wsf_resource_handler_helper.e @@ -35,8 +35,6 @@ feature -- Execute template --| Eventually handle other methods... execute_extension_method (ctx, req, res) end - -- rescue - -- handle_internal_server_error ("Internal Server Error", ctx, req, res) end feature -- Method Post