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.



348
349
350
# File 'cmd/update-report.rb', line 348

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