class Camcorder::PlaybackError
Attributes
key[R]
Public Class Methods
new(key)
click to toggle source
# File lib/camcorder/errors.rb, line 30 def initialize(key) @key = key end
Public Instance Methods
message()
click to toggle source
# File lib/camcorder/errors.rb, line 33 def message "Cannot find key '#{key}' for playback" end