aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index e9885890b..77da4489e 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -94,19 +94,6 @@ class TapFormulaUnavailableError < FormulaUnavailableError
end
end
-class FormulaExistsError < RuntimeError
- attr_reader :name, :path
-
- def initialize(name, path)
- @name = name
- @path = path
- end
-
- def to_s
- "Formula #{name} exists in #{path}"
- end
-end
-
class FormulaClassUnavailableError < FormulaUnavailableError
attr_reader :path
attr_reader :class_name