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.



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

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