Method: Sentry::ExceptionInterface#initialize

Defined in:
lib/sentry/interfaces/exception.rb

#initialize(exceptions:) ⇒ ExceptionInterface

Returns a new instance of ExceptionInterface.

Parameters:


11
12
13
# File 'lib/sentry/interfaces/exception.rb', line 11

def initialize(exceptions:)
  @values = exceptions
end