summaryrefslogtreecommitdiff
path: root/condition/condition.lisp
blob: e8abc85f03005114f1d85ed62cb40b844dc97845 (plain)
1
2
3
4
5
6
7
8
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)))