From 371a75171edb34b8a7c894dff69a69d11ad814ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 29 Oct 1996 20:31:42 -0800
Subject: [PATCH] extra file removed

Rev: doc/pike/catch:1.2(DEAD)
---
 doc/pike/catch | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 doc/pike/catch

diff --git a/doc/pike/catch b/doc/pike/catch
deleted file mode 100644
index 0e82d80aa3..0000000000
--- a/doc/pike/catch
+++ /dev/null
@@ -1,15 +0,0 @@
-NAME
-	catch - catch errorrs
-
-SYNTAX
-	catch { commands }
-	or
-	catch ( expression )
-
-DESCRIPTION
-	catch traps exceptions such as run time errors or calls to throw() and
-	returns the argument given to throw. For a run time error, this value
-	is ({ "error message", backtrace }) 
-
-SEE ALSO
-	builtin/throw
-- 
GitLab