class ExceptionExtensions::ExceptionTraverser
Attributes
exception[R]
Public Class Methods
new(exception)
click to toggle source
# File lib/exception_extensions/exception_traverser.rb, line 6 def initialize(exception) @exception = exception end