Exception: Puppet::Pops::Types::TypeConversionError
- Defined in:
- lib/puppet/pops/types/type_conversion_error.rb
Overview
Raised when a conversion of a value to another type failed.
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message) ⇒ TypeConversionError
constructor
Creates a new instance with a given message.
Constructor Details
#initialize(message) ⇒ TypeConversionError
Creates a new instance with a given message
11 12 13 |
# File 'lib/puppet/pops/types/type_conversion_error.rb', line 11 def initialize() super() end |