diff options
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 100effdbd..d938b52e2 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -81,8 +81,6 @@ end  class CannotInstallFormulaError < RuntimeError; end -class FormulaAlreadyInstalledError < RuntimeError; end -  class FormulaInstallationAlreadyAttemptedError < RuntimeError    def initialize(formula)      super "Formula installation already attempted: #{formula.name}" | 
