mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
Add another error, who seems to be all over the place
This commit is contained in:
parent
b69f57d8a4
commit
28f51233c8
1 changed files with 4 additions and 0 deletions
|
@ -171,3 +171,7 @@ class AnsibleUndefinedVariable(AnsibleRuntimeError):
|
||||||
class AnsibleFileNotFound(AnsibleRuntimeError):
|
class AnsibleFileNotFound(AnsibleRuntimeError):
|
||||||
''' a file missing failure '''
|
''' a file missing failure '''
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
class AnsibleParserError(AnsibleRuntimeError):
|
||||||
|
''' a parser error '''
|
||||||
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue