Skip to content

Commit 01f9173

Browse files
committed
Fixing exception message.
1 parent 418f343 commit 01f9173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenCloud/ObjectStore/Resource/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public function deleteWithObjects($secondsToWait = null)
212212
}
213213

214214
if (!$containerDeleted) {
215-
throw new ContainerException('Container could not be deleted.');
215+
throw new ContainerException('Container and all its objects could not be deleted.');
216216
}
217217

218218
return $response;

0 commit comments

Comments
 (0)