1
0
Fork 0
mirror of synced 2025-03-30 12:10:14 +03:00
bitrix-module/intaro.intarocrm/classes/general/Exception/CurlException.php
2015-03-03 16:37:34 +03:00

7 lines
89 B
PHP

<?php
namespace RetailCrm\Exception;
class CurlException extends \RuntimeException
{
}