diff options
| author | Jack Nagel | 2013-04-27 14:44:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-27 14:44:48 -0500 |
| commit | 03a4ecfbcaf758f5c2c1b06fcbf332c44a6e1d68 (patch) | |
| tree | 3b2542a8c99f85a81c15a4a2aca6af9229124f7a /Library/Homebrew/exceptions.rb | |
| parent | 17471361b4592ddc21ac920e234e9d6443ce3838 (diff) | |
| download | homebrew-03a4ecfbcaf758f5c2c1b06fcbf332c44a6e1d68.tar.bz2 | |
Allow `brew versions` to work with underspecified formulae
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 3 |
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 |
