class YTLabsApi::EndPointNotSupported

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/ytlabs_api.rb, line 31
def initialize
  super("This endpoint is not supported: Try one of these: #{Client::END_POINTS.keys}")
end