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.



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

def initialize(name)
  @name  = name
end

Instance Method Details

#messageObject



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

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