1
0
mirror of synced 2025-01-31 23:31:43 +03:00

7 lines
88 B
PHP
Raw Normal View History

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