diff options
| author | Markus Reiter | 2016-10-08 17:16:29 +0200 |
|---|---|---|
| committer | GitHub | 2016-10-08 17:16:29 +0200 |
| commit | c78d1e6bb57080d2bb79eae42b0c72a5f58b31e1 (patch) | |
| tree | 0421bf40d646145de63205eb3b893dcaeac61e9b /Library/Homebrew/exceptions.rb | |
| parent | e6cd175f289b7bc7e807b1da4fa19123ac9ad7ef (diff) | |
| parent | b306f14b97de12b171af139f658959a8d5928440 (diff) | |
| download | brew-c78d1e6bb57080d2bb79eae42b0c72a5f58b31e1.tar.bz2 | |
Merge pull request #1243 from reitermarkus/rename-deprecation-exception
Rename FormulaMethodDeprecatedError to MethodDeprecatedError.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
