Exception: Betamax::Errors::PlaybackFinished

Inherits:
PlaybackError show all
Defined in:
lib/betamax/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(method_name) ⇒ PlaybackFinished

Returns a new instance of PlaybackFinished.



14
15
16
# File 'lib/betamax/errors.rb', line 14

def initialize method_name
  super "Received #{method_name} but playback has finished"
end