mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-30 04:19:23 +01:00
6 lines
78 B
PHP
6 lines
78 B
PHP
|
<?php
|
||
|
|
||
|
namespace Amp\ByteStream;
|
||
|
|
||
|
class StreamException extends \Exception {}
|