Commit 8592ffb5 by Michael Scherer

Add back AnsibleFileNotFound ( used in connection plugins )

parent 0345b675
......@@ -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