Exception: YahooVideo::YahooVideoException

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ YahooVideoException

Returns a new instance of YahooVideoException.



26
27
28
# File 'lib/yahoo-video.rb', line 26

def initialize (message)
  super(message)
end