Sha256: 81550411eaa98cc5e6ad7dbfb15de4722255c236eab5e4c8630441c66ac2ec25

Contents?: true

Size: 341 Bytes

Versions: 637

Compression:

Stored size: 341 Bytes

Contents

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

    # Creates a new instance with a given message
    #
    # @param message [String] The error message describing what failed
    #
    def initialize(message)
      super(message)
    end
  end
end

Version data entries

637 entries across 637 versions & 3 rubygems

Version Path
puppet-7.34.0 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.34.0-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.34.0-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.34.0-universal-darwin lib/puppet/pops/types/type_conversion_error.rb
puppet-7.33.0 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.33.0-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.33.0-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.33.0-universal-darwin lib/puppet/pops/types/type_conversion_error.rb
puppet-7.32.1 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.32.1-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.32.1-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.32.1-universal-darwin lib/puppet/pops/types/type_conversion_error.rb
puppet-7.31.0 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.31.0-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.31.0-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.31.0-universal-darwin lib/puppet/pops/types/type_conversion_error.rb
puppet-7.30.0 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.30.0-x86-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.30.0-x64-mingw32 lib/puppet/pops/types/type_conversion_error.rb
puppet-7.30.0-universal-darwin lib/puppet/pops/types/type_conversion_error.rb