Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Cache
Cli
Collection
Console
Container
Core
Curler
Event
Exception
Http
Iterator
Polyfill
Sync
Core
Curler
Db
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
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:
/**
6:
* @api
7:
*/
8:
interface
HttpErrorException
extends
ResponseException {}
9: