guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Exception handling - symbol for encoding exception type?


From: Maxime Devos
Subject: Re: Exception handling - symbol for encoding exception type?
Date: Tue, 08 Mar 2022 19:20:23 +0100
User-agent: Evolution 3.38.3-1

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.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]