1
0
mirror of synced 2024-11-23 22:06:11 +03:00
bitrix-module/intaro.intarocrm/classes/general/Exception/CurlException.php

6 lines
80 B
PHP
Raw Normal View History

2014-03-22 14:52:17 +04:00
<?php
namespace IntaroCrm\Exception;
class CurlException extends \Exception
{
}