aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorJack Nagel2014-04-05 10:48:54 -0500
committerJack Nagel2014-04-05 10:48:54 -0500
commit1375fa265ac32b84c7925a6c354157dfc4017b83 (patch)
tree20e1c5dc3cbd540e9cb37ce4710b87c9538585a3 /Library/Homebrew/exceptions.rb
parent38fa6a516b3df45628da09f0b2d80ad87361b0e6 (diff)
downloadhomebrew-1375fa265ac32b84c7925a6c354157dfc4017b83.tar.bz2
Automatically reinstall up-to-date dependencies that are missing options
Closes #21223.
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