1
0
mirror of synced 2025-02-07 18:49:25 +03:00

8 lines
89 B
PHP

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