Exception: YouTubeIt::ResourceNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/youtube_it/request/error.rb

Instance Attribute Summary

Attributes inherited from Error

#code

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ResourceNotFoundError

Returns a new instance of ResourceNotFoundError.



11
12
13
# File 'lib/youtube_it/request/error.rb', line 11

def initialize(msg)
  super(msg, 404)
end