formula_versions: ignore another exception.
This commit is contained in:
parent
c01e6b81d3
commit
1e96c6fec4
@ -4,7 +4,7 @@ class FormulaVersions
|
||||
IGNORED_EXCEPTIONS = [
|
||||
ArgumentError, NameError, SyntaxError, TypeError,
|
||||
FormulaSpecificationError, FormulaValidationError,
|
||||
ErrorDuringExecution,
|
||||
ErrorDuringExecution, LoadError,
|
||||
]
|
||||
|
||||
attr_reader :f
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user