formula_versions: ignore another exception.

This commit is contained in:
Mike McQuaid 2015-01-02 10:34:36 +00:00
parent c01e6b81d3
commit 1e96c6fec4

View File

@ -4,7 +4,7 @@ class FormulaVersions
IGNORED_EXCEPTIONS = [
ArgumentError, NameError, SyntaxError, TypeError,
FormulaSpecificationError, FormulaValidationError,
ErrorDuringExecution,
ErrorDuringExecution, LoadError,
]
attr_reader :f