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

Version Path
ssm_config-1.3.4 lib/ssm_config/errors.rb
ssm_config-1.3.3 lib/ssm_config/errors.rb
ssm_config-1.3.2 lib/ssm_config/errors.rb
ssm_config-1.3.1 lib/ssm_config/errors.rb
ssm_config-1.3.0 lib/ssm_config/errors.rb
ssm_config-1.2.3 lib/ssm_config/errors.rb
ssm_config-1.2.2 lib/ssm_config/errors.rb
ssm_config-1.2.1 lib/ssm_config/errors.rb
ssm_config-1.2.0 lib/ssm_config/errors.rb
ssm_config-1.1.0 lib/ssm_config/errors.rb