From 142166df54eda65925921799a4bb3e7f6cdaba48 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Tue, 6 Feb 2018 21:42: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..9c2c25b --- /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 #:music-dispensary) + +;; ========================================================================== ;; + +(define-condition handled-error (error) + ((text :initarg :text :reader text))) -- cgit v1.3