diff options
| author | Carlos Konstanski <carlos.konstanski@olo.com> | 2025-12-01 12:15:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 12:15:40 -0700 |
| commit | e7268f15f90251933edb07df2366bc40e1bc1fb5 (patch) | |
| tree | 75de12eb5246850374432c3ee8972261768aeddc /lisp/condition/condition.lisp | |
| parent | 563e47e483e54f0ecd96eaef283c44505799d325 (diff) | |
| parent | cef02cf775e530ff3402b2a8d28c6e8d97c32c70 (diff) | |
Merge pull request #10 from ololabs/inf-18346-impove-error-handling-to-prevent-thread-death
[INF-18346] Improve error handling to prevent thread death
Diffstat (limited to 'lisp/condition/condition.lisp')
| -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))) |
