Exception: Tracksperanto::Tool::Lint::TrackerRestartedError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/tools/lint.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ TrackerRestartedError

Returns a new instance of TrackerRestartedError.



35
36
37
# File 'lib/tools/lint.rb', line 35

def initialize(name)
  @name  = name
end

Instance Method Details

#messageObject



39
40
41
# File 'lib/tools/lint.rb', line 39

def message
  "The tracker #{@name} has been sent before the last tracker finished"
end