class Hocon::ConfigError::UnresolvedSubstitutionError
Private Class Methods
Source
# File lib/hocon/config_error.rb, line 63 def initialize(origin, detail, cause = nil) super(origin, "Could not resolve substitution to a value: " + detail, cause) end
Calls superclass method
Hocon::ConfigError::new