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