1
0
mirror of synced 2024-11-22 21:36:06 +03:00
api-client-php/lib/IntaroCrm/Exception/CurlException.php

6 lines
80 B
PHP
Raw Normal View History

2013-10-15 14:11:57 +04:00
<?php
namespace IntaroCrm\Exception;
class CurlException extends \Exception
{
}