aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorJack Nagel2013-04-27 14:44:48 -0500
committerJack Nagel2013-04-27 14:44:48 -0500
commit03a4ecfbcaf758f5c2c1b06fcbf332c44a6e1d68 (patch)
tree3b2542a8c99f85a81c15a4a2aca6af9229124f7a /Library/Homebrew/exceptions.rb
parent17471361b4592ddc21ac920e234e9d6443ce3838 (diff)
downloadhomebrew-03a4ecfbcaf758f5c2c1b06fcbf332c44a6e1d68.tar.bz2
Allow `brew versions` to work with underspecified formulae
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index b5299c038..4f1fafdce 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -33,6 +33,9 @@ class FormulaValidationError < StandardError
end
end
+class FormulaSpecificationError < StandardError
+end
+
class FormulaUnavailableError < RuntimeError
attr_reader :name
attr_accessor :dependent