class EventHandler::ExceptionEvent

Overview

Event used for emitting exceptions. If an exception is emitted using this event and there are no handlers subscribed to it, the exception will instead be raised.

Usefulness of this event in the system core is still being evaluated.

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(exception : Exception) #

Instance Method Detail

def clone #

def copy_with(exception _exception = @exception) #

def exception : Exception #