Correct namespace for exception class in readme
This commit is contained in:
Родитель
1afdf1c788
Коммит
9831653dd5
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче