# File vapor/exceptions.rb, line 58 def initialize( message, children = [] ) super( message ) @children = children.dup @children.freeze end