diff options
| author | Mike McQuaid | 2014-01-03 21:51:53 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-03 21:57:07 +0000 | 
| commit | 5413ebca53f3850cb532437bdf2ff01cc56e040b (patch) | |
| tree | b4125580cb70be0df84e9169b2ae45c8b87077d4 /Library/Homebrew/exceptions.rb | |
| parent | 4dd6f0cb4c60babe5f2f24d1b89c391bd878966e (diff) | |
| download | brew-5413ebca53f3850cb532437bdf2ff01cc56e040b.tar.bz2 | |
exceptions: remove unused AlreadyTappedError.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 5 | 
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  | 
