Exception: GoogleVideo::GoogleVideoException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/google-video.rb

Overview

An exception thrown by the GoogleVideo module should something untoward occur.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ GoogleVideoException

Returns a new instance of GoogleVideoException.



40
41
42
# File 'lib/google-video.rb', line 40

def initialize (message)
  super(message)
end