Exception: Videodrome::Errors::InvalidURL

Inherits:
StandardError
  • Object
show all
Defined in:
lib/videodrome/errors/invalid_url.rb

Overview

:nodoc

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/videodrome/errors/invalid_url.rb', line 5

def message
  "The URL provided is not a valid Youtube Video URL."
end