Exception: Yt::Errors::NoItems

Inherits:
RequestError show all
Defined in:
lib/yt/errors/no_items.rb

Instance Method Summary collapse

Methods inherited from RequestError

#description, #initialize, #kind, #message, #reasons, #response_body

Constructor Details

This class inherits a constructor from Yt::Errors::RequestError

Instance Method Details

#explanationObject



6
7
8
# File 'lib/yt/errors/no_items.rb', line 6

def explanation
  'A request to YouTube API returned no items but some were expected'
end