class SimpleFeed::Providers::NotImplementedError

Public Class Methods

new(klass, method) click to toggle source
Calls superclass method
# File lib/simplefeed/providers/base/provider.rb, line 10
def initialize(klass, method)
  super("Class #{klass.name} did not implement abstract method #{method}, but was called.")
end