1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-26 20:04:51 +01:00
byte-stream/lib/ClosedException.php
2017-05-25 17:52:07 +02:00

7 lines
90 B
PHP

<?php
namespace Amp\ByteStream;
final class ClosedException extends StreamException {
}