struct Raven::Event::Hint

Overview

Structure passed to Configuration#before_send callback.

Defined in:

raven/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(exception : Exception | Nil, message : String | Nil) #

[View source]

Instance Method Detail

def clone #

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

[View source]
def exception : Exception | Nil #

def message : String | Nil #