aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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