From a4e86bb3264a17e0d5227e058d8bc4ea17f3dfbb Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 5 Nov 2009 21:37:51 +0000 Subject: [PATCH] Move BuildError and ExceutionError to global.h More sensible, and fixes brew --- Library/Homebrew/formula.rb | 7 ------- Library/Homebrew/global.rb | 10 ++++++++++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 4d88eadd83..6dca1faa2f 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -23,13 +23,6 @@ # require 'download_strategy' -class ExecutionError