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.

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

Defined in:

events.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(exception : Exception) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(exception _exception = @exception) #

[View source]
def exception : Exception #