class Muack::CannotFindInjectionName

Public Class Methods

new(t, msg) click to toggle source
Calls superclass method
# File lib/muack/error.rb, line 5
def initialize t, msg
  super "\nCan't find a new method name for :#{msg}, tried #{t} times." \
        "\nSet ENV['MUACK_RECURSION_LEVEL'] to raise this limit."
end