aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 4d88eadd8..6dca1faa2 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -23,13 +23,6 @@
#
require 'download_strategy'
-class ExecutionError <RuntimeError
- def initialize cmd, args=[]
- super "Failure while executing: #{cmd} #{args*' '}"
- end
-end
-class BuildError <ExecutionError
-end
class FormulaUnavailableError <RuntimeError
def initialize name
@name = name