Sha256: 4bce3ab86e08a6cd89da5af29a89ea06bfaad5ff614d6594cb8b9e5340fabbd1

Contents?: true

Size: 179 Bytes

Versions: 32

Compression:

Stored size: 179 Bytes

Contents

# frozen_string_literal: true

module Puppet::Pops::Types
  # Raised when a conversion of a value to another type failed.
  #
  class TypeConversionError < Puppet::Error; end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
puppet-8.10.0 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.10.0-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.10.0-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.10.0-universal-darwin lib/puppet/pops/types/type_conversion_error.rb
puppet-8.9.0 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.9.0-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.9.0-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.9.0-universal-darwin lib/puppet/pops/types/type_conversion_error.rb
puppet-8.8.1 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.8.1-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.8.1-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.8.1-universal-darwin lib/puppet/pops/types/type_conversion_error.rb
puppet-8.7.0 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.7.0-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.7.0-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.7.0-universal-darwin lib/puppet/pops/types/type_conversion_error.rb
puppet-8.6.0 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.6.0-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.6.0-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-8.6.0-universal-darwin lib/puppet/pops/types/type_conversion_error.rb