class Console::Event::Failure

def self.current_working_directory

def self.current_working_directory
	Dir.getwd
rescue # e.g. Errno::EMFILE
	nil
end