enum

Tryst::ErrorPolicy

Inherits Enum < Comparable < Value < Object

What a timer does with an exception raised by its block, when no handler proc was given.

Constants

Raise = 0

Surface the exception from the next App#update.

Ignore = 1

Swallow it.

Instance methods

ignore?

Returns true if this enum value equals Ignore

Source
raise?

Returns true if this enum value equals Raise

Source