mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #10705 from mscherer/add_another_missing_error
Add another error, who seems to be all over the place
This commit is contained in:
@@ -171,3 +171,7 @@ class AnsibleUndefinedVariable(AnsibleRuntimeError):
|
||||
class AnsibleFileNotFound(AnsibleRuntimeError):
|
||||
''' a file missing failure '''
|
||||
pass
|
||||
|
||||
class AnsibleParserError(AnsibleRuntimeError):
|
||||
''' a parser error '''
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user