1
0
mirror of synced 2025-01-19 17:31:46 +03:00

7 lines
88 B
PHP

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