Exception: Reporter::ReporterRevisionUnsetError

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

Instance Method Summary collapse

Constructor Details

#initialize(var_name) ⇒ void

This method is part of a private API. This method may only be used in the Homebrew/brew repository. Third parties should avoid using this method if possible, as it may be removed or changed without warning.

Parameters:



433
434
435
# File 'cmd/update-report.rb', line 433

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