mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-26 20:04:51 +01:00
7 lines
79 B
PHP
7 lines
79 B
PHP
<?php
|
|
|
|
namespace Amp\ByteStream;
|
|
|
|
class StreamException extends \Exception {
|
|
}
|