removes unneeded exception

pull/4420/head
Peter Sprygada 2017-03-19 22:03:57 -04:00 committed by Brian Coca
parent a46c55b2dd
commit cdb4d350b4
1 changed files with 0 additions and 5 deletions

View File

@ -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