Exception: Forki::InvalidUrlError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/forki.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Url must be a proper Facebook Url") ⇒ InvalidUrlError

Returns a new instance of InvalidUrlError.



22
23
24
# File 'lib/forki.rb', line 22

def initialize(msg = "Url must be a proper Facebook Url")
  super
end