mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removes unneeded exception
This commit is contained in:
parent
a46c55b2dd
commit
cdb4d350b4
1 changed files with 0 additions and 5 deletions
|
@ -196,8 +196,3 @@ class AnsibleUndefinedVariable(AnsibleRuntimeError):
|
|||
class AnsibleFileNotFound(AnsibleRuntimeError):
|
||||
''' a file missing failure '''
|
||||
pass
|
||||
|
||||
class AnsibleModuleExit(Exception):
|
||||
''' local module exit '''
|
||||
def __init__(self, result):
|
||||
self.result = result
|
||||
|
|
Loading…
Reference in a new issue