Class I18n::ReservedInterpolationKey
In: vendor/rails/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n/exceptions.rb
Parent: ArgumentError

Methods

new  

Attributes

key  [R] 
string  [R] 

Public Class methods

[Source]

    # File vendor/rails/activesupport/lib/active_support/vendor/i18n-0.0.1/i18n/exceptions.rb, line 40
40:     def initialize(key, string)
41:       @key, @string = key, string
42:       super "reserved key #{key.inspect} used in #{string.inspect}"
43:     end

[Validate]