Method: Sentry::ExceptionInterface#initialize
- Defined in:
- lib/sentry/interfaces/exception.rb
#initialize(exceptions:) ⇒ ExceptionInterface
Returns a new instance of ExceptionInterface.
11 12 13 |
# File 'lib/sentry/interfaces/exception.rb', line 11 def initialize(exceptions:) @values = exceptions end |