InterruptedException

This exception is thrown if the call to wait() was interrupted for some reason

final
class InterruptedException : SnoozeError {}

Constructors

this
this(Event e)

Constructs a new InterruptedException with provided Event

Members

Functions

getEvent
Event getEvent()

Returns the Event with with this error occurred

Meta