Added default MD5 checksums to RemoteObject.

This commit is contained in:
Matt Butcher
2012-01-09 11:13:54 -06:00
parent bcf1a77c90
commit bcb6afc57f
3 changed files with 87 additions and 17 deletions

View File

@@ -0,0 +1,17 @@
<?php
/**
* @file
*
* Contains the ContentVerificationException object.
*/
namespace HPCloud\Storage\ObjectStorage;
/**
* Content Verification error condition.
*
* This occurs when the server sends content whose value does
* not match the supplied checksum. See
* RemoteObject::setContentVerification().
*
*/
class ContentVerificationException extends \HPCloud\Exception {}