class Hocon::ConfigError::ConfigWrongTypeError
Private Class Methods
Source
# File lib/hocon/config_error.rb, line 41 def self.with_expected_actual(origin, path, expected, actual, cause = nil) ConfigWrongTypeError.new(origin, "#{path} has type #{actual} rather than #{expected}", cause) end