1
0
mirror of synced 2024-11-22 13:26:10 +03:00
bitrix-module/intaro.retailcrm/classes/general/Exception/CurlException.php

8 lines
89 B
PHP
Raw Normal View History

2014-03-22 14:52:17 +04:00
<?php
2015-03-03 16:37:34 +03:00
namespace RetailCrm\Exception;
class CurlException extends \RuntimeException
2014-03-22 14:52:17 +04:00
{
2015-03-03 16:37:34 +03:00
}