class Raven::Interface::SingleException

Defined in:

raven/interfaces/single_exception.cr

Constructors

Instance Method Summary

Instance methods inherited from class Raven::Interface

to_hash to_hash, to_json(*args, **options)
to_json(*args, **options, &)
to_json

Class methods inherited from class Raven::Interface

[](name : Symbol) : Interface.class [], []=(name : Symbol, klass : Interface.class) []=, []?(name : Symbol) : Interface.class | Nil []?, registered registered, sentry_alias : Symbol sentry_alias

Instance methods inherited from module Raven::Mixin::InitializeWith

initialize_with(attributes)
initialize_with(**attributes)
initialize_with

Constructor Detail

def self.new(**attributes) #

[View source]

Instance Method Detail

def module : String | Nil #

[View source]
def module=(module __arg0 : String | Nil) #

[View source]
def stacktrace : Stacktrace | Nil #

[View source]
def stacktrace=(stacktrace : Stacktrace | Nil) #

[View source]
def type : String #

def type=(type : String) #

[View source]
def type? : String | Nil #

def value : String #

def value=(value : String) #

[View source]
def value? : String | Nil #