Merge pull request #10705 from mscherer/add_another_missing_error

Add another error, who seems to be all over the place
pull/10710/head
Brian Coca 10 years ago
commit 79e8e26412

@ -171,3 +171,7 @@ class AnsibleUndefinedVariable(AnsibleRuntimeError):
class AnsibleFileNotFound(AnsibleRuntimeError):
''' a file missing failure '''
pass
class AnsibleParserError(AnsibleRuntimeError):
''' a parser error '''
pass

Loading…
Cancel
Save