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