1
0
mirror of synced 2025-01-19 17:31:43 +03:00
Евгений Тыщицкий 84bccdac53 v.2.0.0
2016-09-15 16:42:10 +03:00

8 lines
89 B
PHP

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