Commit 79e8e264 by Brian Coca

Merge pull request #10705 from mscherer/add_another_missing_error

Add another error, who seems to be all over the place
parents b69f57d8 28f51233
......@@ -171,3 +171,7 @@ class AnsibleUndefinedVariable(AnsibleRuntimeError):
class AnsibleFileNotFound(AnsibleRuntimeError):
''' a file missing failure '''
pass
class AnsibleParserError(AnsibleRuntimeError):
''' a parser error '''
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment