class StrategyStore::StrategyAlreadyImplemented

Public Class Methods

new(context) click to toggle source
Calls superclass method
# File lib/strategy_store/error.rb, line 13
def initialize(context)
  super("A strategy is already implemented for #{context.class}")
end