Correct namespace for exception class in readme

This commit is contained in:
Andy Beak 2018-07-25 15:38:01 +01:00
Родитель 1afdf1c788
Коммит 9831653dd5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -97,7 +97,7 @@ use MicrosoftAzure\Storage\Blob\BlobRestProxy;
To process exceptions you need:
```php
use MicrosoftAzure\Storage\Common\ServiceException;
use MicrosoftAzure\Storage\Common\Exceptions\ServiceException;
```
* To instantiate the service client you will also need a valid [connection string](https://azure.microsoft.com/en-us/documentation/articles/storage-configure-connection-string/). The format is: