diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2025-12-01 12:12:04 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2025-12-01 12:12:04 -0700 |
| commit | cef02cf775e530ff3402b2a8d28c6e8d97c32c70 (patch) | |
| tree | 75de12eb5246850374432c3ee8972261768aeddc /lisp/condition | |
| parent | 563e47e483e54f0ecd96eaef283c44505799d325 (diff) | |
[INF-18346] Impove error handling to prevent thread death
Diffstat (limited to 'lisp/condition')
| -rw-r--r-- | lisp/condition/condition.lisp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/condition/condition.lisp b/lisp/condition/condition.lisp deleted file mode 100644 index d0bad15..0000000 --- a/lisp/condition/condition.lisp +++ /dev/null @@ -1,7 +0,0 @@ -;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- -(declaim (optimize (speed 0) (safety 3) (debug 3))) - -(in-package :snow) - -(define-condition handled-error (error) - ((text :initarg :text :reader text))) |
