Add missing response() method in ComputeConflictError

This commit is contained in:
grossmj 2022-05-27 16:03:54 +07:00
parent 85cdd7d9a5
commit 37c7bc4956

View File

@ -72,3 +72,6 @@ class ComputeConflictError(ComputeError):
def url(self): def url(self):
return self._url return self._url
def response(self):
return self._response