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.



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

def initialize(name)
  @name  = name
end

Instance Method Details

#messageObject



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

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