Zelphir Kaltstahl schreef op di 08-03-2022 om 17:11 [+0000]: >        (make-non-continuable-error) IIRC, 'make-non-continuable-error' indicates that someone tried to continue into a raise-exception that wasn't continuable. It does not make things non-continuable, it just states that someone tried to continue anyway. What you seem to need is (raise-exception ... #:continuable? #false). However, #:continuable? #false is the default. Greetings, Maxime.