class StrategyNotSupportedError

Public Class Methods

new(msg='This strategy is currently not supported.') click to toggle source
Calls superclass method
# File lib/custom_exceptions/strategy_exception.rb, line 2
def initialize(msg='This strategy is currently not supported.')
  super
end