aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/exceptions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index af10d3853..6b839ca25 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -56,6 +56,8 @@ end
class FormulaSpecificationError < StandardError; end
+class FormulaMethodDeprecatedError < StandardError; end
+
class FormulaUnavailableError < RuntimeError
attr_reader :name
attr_accessor :dependent