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.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