From c2f77f4296c6b13eeb86067a772192b70577bca6 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sat, 20 Jan 2018 22:07:54 -0700 Subject: initial commit --- condition/condition.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 condition/condition.lisp (limited to 'condition') diff --git a/condition/condition.lisp b/condition/condition.lisp new file mode 100644 index 0000000..e8abc85 --- /dev/null +++ b/condition/condition.lisp @@ -0,0 +1,9 @@ +;;; -*- 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))) -- cgit v1.3