Method: YouTubeIt::Error#initialize

Defined in:
lib/youtube_it.rb

#initialize(msg, code = 0) ⇒ Error

Returns a new instance of Error.



16
17
18
19
# File 'lib/youtube_it.rb', line 16

def initialize(msg, code = 0)
  super(msg)
  @code = code
end