From b306f14b97de12b171af139f658959a8d5928440 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sat, 8 Oct 2016 12:04:38 +0200 Subject: Rename FormulaMethodDeprecatedError to MethodDeprecatedError. --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/exceptions.rb') diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 1b2b24691..7aecbe494 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -56,7 +56,7 @@ end class FormulaSpecificationError < StandardError; end -class FormulaMethodDeprecatedError < StandardError; end +class MethodDeprecatedError < StandardError; end class FormulaUnavailableError < RuntimeError attr_reader :name -- cgit v1.2.3