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.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index fbdb261ba..8c1c46998 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -100,15 +100,6 @@ class FormulaInstallationAlreadyAttemptedError < Homebrew::InstallationError
end
end
-class UnsatisfiedDependencyError < Homebrew::InstallationError
- def initialize(f, dep, inherited_options)
- super f, <<-EOS.undent
- #{f} dependency #{dep} not installed with:
- #{dep.missing_options(inherited_options) * ', '}
- EOS
- end
-end
-
class UnsatisfiedRequirements < Homebrew::InstallationError
attr_reader :reqs