Skip to content
Snippets Groups Projects
Commit af2101b6 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

exceptions: add FormulaMethodDeprecatedError.

This will be raised when Homebrew developers try to use formulae that
call deprecated methods.
parent 80b68add
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ end
class FormulaSpecificationError < StandardError; end
class FormulaMethodDeprecatedError < StandardError; end
class FormulaUnavailableError < RuntimeError
attr_reader :name
attr_accessor :dependent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment