Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Cache
Collection
Console
Container
Core
Curler
Http
Exception
Message
Iterator
Polyfill
Sync
Core
Curler
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
none
Interfaces
HttpException
InvalidHeaderException
StreamEncapsulationException
StreamException
Overview
Namespace
Interface
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Contract\Http\Exception;
4:
5:
/**
6:
* @api
7:
*/
8:
interface
StreamEncapsulationException
extends
StreamException {}
9: