From e552df5f04bf17c3ea85bc81930e6a8d935159d1 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 28 Jun 2019 14:25:03 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8212cd..6e73491 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ try { $request->setUserId(4); $response = $client->dialogAssign($request); -} catch (\RetailCrm\Exception\CurlException $exception) { +} catch (\RetailCrm\Common\Exception\CurlException $exception) { echo $exception->getMessage(); -} catch (\RetailCrm\Exception\LimitException $exception) { +} catch (\RetailCrm\Common\Exception\LimitException $exception) { echo $exception->getMessage(); } catch (\InvalidArgumentException $exception) { echo $exception->getMessage(); @@ -59,5 +59,5 @@ if ($response->isSuccessful()) { ### Documentation -* [English](http://www.retailcrm.pro/docs/Developers/Index) -* [Russian](https://139810.selcdn.ru/download/doc/mg-bot-api/bot.v1.en.html) \ No newline at end of file +* [English](https://139810.selcdn.ru/download/doc/mg-bot-api/bot.v1.en.html) +* [Russian](https://help.retailcrm.ru/Developers/MgBot)