Namespaces
Salient
Cache
Collection
Console
Container
Contract
Cache
Collection
Console
Container
Core
Curler
Event
Exception
Iterator
Polyfill
Sync
Core
Curler
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
none
Interfaces
CurlerException
CurlErrorException
HttpErrorException
RequestException
ResponseException
TooManyRedirectsException
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Curler\Exception;
4:
5:
use
Throwable;
6:
7:
/**
8:
* @api
9:
*/
10:
interface
CurlerException
extends
Throwable {}
11: