|
|
@@ -118,7 +118,7 @@ class Zend_Cloud_QueueService_Adapter_Sqs
|
|
|
try {
|
|
|
return $this->_sqs->delete($queueId);
|
|
|
} catch(Zend_Service_Amazon_Exception $e) {
|
|
|
- throw Zend_Cloud_QueueService_Exception('Error on queue deletion: '.$e->getMessage(), $e->getCode(), $e);
|
|
|
+ throw new Zend_Cloud_QueueService_Exception('Error on queue deletion: '.$e->getMessage(), $e->getCode(), $e);
|
|
|
}
|
|
|
}
|
|
|
|