Commit b69f57d8 by Toshio Kuratomi

Merge pull request #10703 from mscherer/fix_missing_errors_v2

Add back AnsibleFileNotFound ( used in connection plugins )
parents 46beaf8a 8592ffb5
......@@ -167,3 +167,7 @@ class AnsibleFilterError(AnsibleRuntimeError):
class AnsibleUndefinedVariable(AnsibleRuntimeError):
''' a templating failure '''
pass
class AnsibleFileNotFound(AnsibleRuntimeError):
''' a file missing failure '''
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