Exception: Forki::UnhandledContentError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Forki does not know how to handle the post") ⇒ UnhandledContentError

Returns a new instance of UnhandledContentError.



45
46
47
# File 'lib/forki.rb', line 45

def initialize(msg = "Forki does not know how to handle the post")
  super
end