Exception: Forki::InvalidUrlError
- Inherits:
-
StandardError
- Object
- StandardError
- Forki::InvalidUrlError
- Defined in:
- lib/forki.rb
Instance Method Summary collapse
-
#initialize(msg = "Url must be a proper Facebook Url") ⇒ InvalidUrlError
constructor
A new instance of InvalidUrlError.
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 |