class Exception

Overview

Represents errors that occur during application execution.

Exception and its descendants are used to communicate between raise and rescue statements in begin ... end blocks. Exception objects carry information about the exception – its type (the exception’s class name), an optional descriptive string, and optional traceback information. Exception subclasses may add additional information.

Direct Known Subclasses

Defined in:

raven/ext/exception.cr

Instance Method Summary

Instance Method Detail

def __raven_event_id : String | Nil #

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

[View source]
def __raven_extra : AnyHash::JSON #

def __raven_extra=(__raven_extra : AnyHash::JSON) #

def __raven_extra=(hash : Hash | NamedTuple | Nil) #

def __raven_tags : AnyHash::JSON #

def __raven_tags=(__raven_tags : AnyHash::JSON) #

def __raven_tags=(hash : Hash | NamedTuple | Nil) #

def __raven_user : AnyHash::JSON #

def __raven_user=(__raven_user : AnyHash::JSON) #

def __raven_user=(hash : Hash | NamedTuple | Nil) #