Exception: Forki::UnhandledContentError
- Inherits:
-
StandardError
- Object
- StandardError
- Forki::UnhandledContentError
- Defined in:
- lib/forki.rb
Instance Method Summary collapse
-
#initialize(msg = "Forki does not know how to handle the post") ⇒ UnhandledContentError
constructor
A new instance of UnhandledContentError.
Constructor Details
#initialize(msg = "Forki does not know how to handle the post") ⇒ UnhandledContentError
Returns a new instance of UnhandledContentError.
46 47 48 |
# File 'lib/forki.rb', line 46 def initialize(msg = "Forki does not know how to handle the post") super end |