Added exception for read-only objects.
This commit is contained in:
@@ -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 {}
|
||||||
Reference in New Issue
Block a user