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.



421
422
423
# File 'cmd/update-report.rb', line 421

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