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
commitfd28beb41081fdde7ad5dbe47184428cdc62ab94 (patch)
tree9063221939d675b1db7a76cf2a0e5edfed8b330e /Library/Homebrew/exceptions.rb
parent0496ebe3ea3395bb0f692e6a487c09e866314092 (diff)
downloadhomebrew-fd28beb41081fdde7ad5dbe47184428cdc62ab94.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