summaryrefslogtreecommitdiff
path: root/condition
diff options
context:
space:
mode:
Diffstat (limited to 'condition')
-rw-r--r--condition/condition.lisp7
1 files changed, 0 insertions, 7 deletions
diff --git a/condition/condition.lisp b/condition/condition.lisp
deleted file mode 100644
index 9fb353a..0000000
--- a/condition/condition.lisp
+++ /dev/null
@@ -1,7 +0,0 @@
-;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-(declaim (optimize (speed 0) (safety 3) (debug 3)))
-
-(in-package :ldapadmin)
-
-(define-condition handled-error (error)
- ((text :initarg :text :reader text)))