class Console::Event::Failure

def initialize(exception, root = nil)

def initialize(exception, root = nil)
	@exception = exception
	@root = root
end