StandardError
# File lib/hocon/impl/url.rb, line 15 def initialize(msg, cause = nil) super(msg) @cause = cause end