class

Context::Cancelled

Inherits Exception < Reference < Object

Raised by Context#checkpoint! and context-aware blocking helpers.

Constructors

new(reason : String | Nil = nil)

Creates a cancellation exception with a stable default message.

Source