Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Core
Curler
Http
Exception
Message
Server
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
none
Exceptions
InvalidStreamRequestException
ServerException
StreamClosedException
UploadFailedException
Overview
Namespace
Class
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
Salient\Http\Exception;
4:
5:
/**
6:
* @api
7:
*/
8:
class
InvalidStreamRequestException
extends
StreamException {}
9: