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