Sha256: 8f0d6a082ea3d1dd4ffc6cb499674074df5979ec0119932a6c69cee4d96899c4
Contents?: true
Size: 330 Bytes
Versions: 10
Compression:
Stored size: 330 Bytes
Contents
module SsmConfig # Generic SsmConfig exception. class Error < StandardError end # An unexpected option, perhaps a typo, was passed to the value in the case of a boolean datatype class InvalidBoolean < Error end # The datatype entered is unsupported in SsmConfigRecord class UnsupportedDatatype < Error end end
Version data entries
10 entries across 10 versions & 1 rubygems