# File lib/ramaze/tool/project_creator.rb, line 110
  def fatal(message)
    warn message
    exit 1
  end