aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-01-03 21:51:53 +0000
committerMike McQuaid2014-01-03 21:57:07 +0000
commit5413ebca53f3850cb532437bdf2ff01cc56e040b (patch)
treeb4125580cb70be0df84e9169b2ae45c8b87077d4 /Library/Homebrew/exceptions.rb
parent4dd6f0cb4c60babe5f2f24d1b89c391bd878966e (diff)
downloadbrew-5413ebca53f3850cb532437bdf2ff01cc56e040b.tar.bz2
exceptions: remove unused AlreadyTappedError.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 8f95bd94d..69bf94e2e 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -228,11 +228,6 @@ class CompilerSelectionError < Homebrew::InstallationError
end
end
-# raised in install_tap
-class AlreadyTappedError < RuntimeError
- def initialize; super "Already tapped!" end
-end
-
# raised in CurlDownloadStrategy.fetch
class CurlDownloadStrategyError < RuntimeError; end