6 lines
91 B
PHP
6 lines
91 B
PHP
<?php
|
|
|
|
namespace Negundo\Client\Transport;
|
|
|
|
class CurlException extends \Exception {}
|