Exception: Reporter::ReporterRevisionUnsetError

Inherits:
RuntimeError
  • Object
show all
Defined in:
cmd/update-report.rb

Instance Method Summary collapse

Constructor Details

#initialize(var_name) ⇒ ReporterRevisionUnsetError

Returns a new instance of ReporterRevisionUnsetError.



418
419
420
# File 'cmd/update-report.rb', line 418

def initialize(var_name)
  super "#{var_name} is unset!"
end