7 lines
88 B
PHP
7 lines
88 B
PHP
<?php
|
|
|
|
namespace RetailCrm\Exception;
|
|
|
|
class CurlException extends \RuntimeException
|
|
{
|
|
} |