class SoberSwag::Reporting::Report::Error

Exception thrown when used with {Reporting::Input::Interface#call!}.

Attributes

report[R]

Public Class Methods

new(report) click to toggle source
# File lib/sober_swag/reporting/report/error.rb, line 7
def initialize(report)
  @report = report
end