Added exception for read-only objects.

This commit is contained in:
Matt Butcher
2012-01-05 16:37:35 -06:00
parent 44f480919f
commit 2efb44ef6b

View File

@@ -0,0 +1,9 @@
<?php
/**
* @file
*/
namespace HPCloud\Storage\ObjectStorage;
/**
* Thrown if an object that is read only is modified.
*/
class ReadOnlyObjectException extends \HPCloud\Exception {}