class Dry::Container::NoNameError

Error

Public Class Methods

new(other) click to toggle source
Calls superclass method
# File lib/dry/container/nested.rb, line 105
def initialize(other)
  super("#{other.inspect} cannot be used as a nested container, "\
        'because it does not have a name')
end