aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-08 17:16:29 +0200
committerGitHub2016-10-08 17:16:29 +0200
commitc78d1e6bb57080d2bb79eae42b0c72a5f58b31e1 (patch)
tree0421bf40d646145de63205eb3b893dcaeac61e9b /Library/Homebrew/exceptions.rb
parente6cd175f289b7bc7e807b1da4fa19123ac9ad7ef (diff)
parentb306f14b97de12b171af139f658959a8d5928440 (diff)
downloadbrew-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.rb2
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