Method: Forki::UnhandledContentError#initialize

Defined in:
lib/forki.rb

#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