Exception: Tracksperanto::Tool::Lint::EmptyTrackerSentError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ EmptyTrackerSentError

Returns a new instance of EmptyTrackerSentError.



25
26
27
# File 'lib/tools/lint.rb', line 25

def initialize(name)
  @name  = name
end

Instance Method Details

#messageObject



29
30
31
# File 'lib/tools/lint.rb', line 29

def message
  "The tracker #{@name} contained no keyframes. Probably there were some filtering ops done and no keyframes have been exported"
end