diff options
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 |
