Exception: SimpleFeed::Providers::NotImplementedError
- Inherits:
-
StandardError
- Object
- StandardError
- SimpleFeed::Providers::NotImplementedError
- Defined in:
- lib/simplefeed/providers/base/provider.rb
Instance Method Summary collapse
-
#initialize(klass, method) ⇒ NotImplementedError
constructor
A new instance of NotImplementedError.
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 |