this is a parseable that doesn't exist and just throws when you try to parse it
# File lib/hocon/impl/parseable.rb, line 330 def initialize(what, message, options) super() @what = what @message = message post_construct(options) end
# File lib/hocon/impl/parseable.rb, line 341 def create_origin Hocon::Impl::SimpleConfigOrigin.new_simple(@what) end
# File lib/hocon/impl/parseable.rb, line 337 def custom_reader raise Hocon::ConfigError::ConfigBugOrBrokenError, @message end