Sha256: 61fd20aa80305dadf2d21ddca3780f60b56a28d9690366913c71c46a6f8ce656
Contents?: true
Size: 322 Bytes
Versions: 41
Compression:
Stored size: 322 Bytes
Contents
class Configatron class ProtectedParameter < StandardError def intialize(name) super("Can not modify protected parameter: '#{name}'") end end class LockedNamespace < StandardError def initialize(name) super("Cannot add new parameters to locked namespace: #{name.inspect}") end end end
Version data entries
41 entries across 41 versions & 5 rubygems