softlayer-object-storage-php icon indicating copy to clipboard operation
softlayer-object-storage-php copied to clipboard

Initialization error exception

Open mythicallage opened this issue 10 years ago • 0 comments

The file lib\ObjectStorage\Abstract.php has error in line 352 throw new ObjectStorage_Exception(null, 'Invalid MIME type is provided.');. It must be throw new ObjectStorage_Exception('Invalid MIME type is provided.');

mythicallage avatar Apr 08 '15 12:04 mythicallage