class FluShot::Sneeze
Attributes
wrapped_exception[R]
Public Class Methods
new(exception)
click to toggle source
# File lib/flu_shot/sneeze.rb, line 3 def initialize(exception) @wrapped_exception = exception end