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.



423
424
425
# File 'cmd/update-report.rb', line 423

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