Exception: SimpleFeed::Providers::NotImplementedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/simplefeed/providers/base/provider.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass, method) ⇒ NotImplementedError

Returns a new instance of NotImplementedError.



10
11
12
# 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