We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b832f1b commit 163e813Copy full SHA for 163e813
src/Psr7/Stream.php
@@ -10,7 +10,7 @@
10
11
namespace chillerlan\HTTP\Psr7;
12
13
-use Exception, InvalidArgumentException, RuntimeException;
+use InvalidArgumentException, RuntimeException;
14
15
use function clearstatcache, fclose, feof, fread, fstat, ftell, fwrite, in_array,
16
is_resource, stream_get_contents, stream_get_meta_data;
0 commit comments