1
;;; lib/dat/condition.lisp --- DAT Conditions
2
3
;; Conditions signaled from the DAT system
4
5
;;; Code:
6
(in-package :dat/proto)
7
8
(define-condition dat-error (std-error) ())