exceptions: remove unused AlreadyTappedError.
This commit is contained in:
parent
4dd6f0cb4c
commit
5413ebca53
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user