softlayer / softlayer-object-storage-php

SoftLayer Object Storage PHP Client
Other
28 stars 18 forks source link

Initialization error exception #27

Open mythicallage opened 9 years ago

mythicallage commented 9 years ago

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.');