aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Shiftnet.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Shiftnet.cs')
-rw-r--r--source/WindowsFormsApplication1/Shiftnet.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Shiftnet.cs b/source/WindowsFormsApplication1/Shiftnet.cs
index cd334a9..cbcab1b 100644
--- a/source/WindowsFormsApplication1/Shiftnet.cs
+++ b/source/WindowsFormsApplication1/Shiftnet.cs
@@ -87,7 +87,7 @@ namespace ShiftOS
return HtmlTemplate.Replace("#BODY#", "That page was not found.");
}
}
- catch (WebException ex)
+ catch
{
LastUrl = "shiftnet://not_found";
return HtmlTemplate.Replace("#BODY#", "That page was not found.");