Class: SeeingIsBelieving::EventStream::Events::Exception

Inherits:
SeeingIsBelieving::EventStream::Event
  • Object
show all
Defined in:
lib/seeing_is_believing/event_stream/events.rb

Overview

The program raised an exception and did not catch it. Note that currently ‘ExitStatus` exceptions are not emitted. That could change at some point as it seems like the stream consumer should decide whether they care about that rather than the producer.

Class Method Summary collapse

Class Method Details

.event_nameObject



143
144
145
# File 'lib/seeing_is_believing/event_stream/events.rb', line 143

def self.event_name
  :exception
end