|
1 | 1 | # bitrix24-php-sdk change log
|
| 2 | +## 0.4.0 (16.07.2016) |
| 3 | +* remove all exceptions in namespace `\Exceptions` see issue [Move all exceptions in namespace «Exceptions» #46](https://github.com/mesilov/bitrix24-php-sdk/issues/46) |
| 4 | +* add class `Bitrix24\Exceptions\Bitrix24Exception` |
| 5 | +* add class `Bitrix24\Exceptions\Bitrix24IoException` |
| 6 | +* add class `Bitrix24\Exceptions\Bitrix24EmptyResponseException` |
| 7 | +* add class `Bitrix24\Exceptions\Bitrix24ApiException` |
| 8 | +* add class `Bitrix24\Exceptions\Bitrix24WrongClientException` |
| 9 | +* add class `Bitrix24\Exceptions\Bitrix24MethodNotFoundException` |
| 10 | +* add class `Bitrix24\Exceptions\Bitrix24TokenIsInvalidException` |
| 11 | +* add class `Bitrix24\Exceptions\Bitrix24TokenIsExpiredException` |
| 12 | +* add class `Bitrix24\Exceptions\Bitrix24PortalDeletedException` |
| 13 | +* add class `Bitrix24\Exceptions\Bitrix24PaymentRequiredException` |
| 14 | +* add class `Bitrix24\Exceptions\Bitrix24SecurityException` |
| 15 | +* updated class `Bitrix24\Bitrix24Exception` mark as **deprecated** |
| 16 | +* updated class `Bitrix24\Bitrix24IoException` mark as **deprecated** |
| 17 | +* updated class `Bitrix24\Bitrix24EmptyResponseException` mark as **deprecated** |
| 18 | +* updated class `Bitrix24\Bitrix24ApiException` mark as **deprecated** |
| 19 | +* updated class `Bitrix24\Bitrix24WrongClientException` mark as **deprecated** |
| 20 | +* updated class `Bitrix24\Bitrix24MethodNotFoundException` mark as **deprecated** |
| 21 | +* updated class `Bitrix24\Bitrix24TokenIsInvalid` mark as **deprecated** |
| 22 | +* updated class `Bitrix24\Bitrix24TokenIsExpired` mark as **deprecated** |
| 23 | +* updated class `Bitrix24\Bitrix24PortalDeleted` mark as **deprecated** |
| 24 | +* updated class `Bitrix24\Bitrix24SecurityException` mark as **deprecated** |
| 25 | + |
2 | 26 | ## 0.3.4 (06.06.2016)
|
3 | 27 | * add exception class `Bitrix24EmptyResponseException`
|
4 | 28 | * in class `Bitrix24` add debug information for some error types
|
|
0 commit comments