aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index c2b78f878..c5d888d64 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -56,7 +56,9 @@ end
class FormulaSpecificationError < StandardError; end
-class MethodDeprecatedError < StandardError; end
+class MethodDeprecatedError < StandardError
+ attr_accessor :issues_url
+end
class FormulaUnavailableError < RuntimeError
attr_reader :name