1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-11-27 04:14:49 +01:00
byte-stream/lib/ClosedException.php

6 lines
81 B
PHP
Raw Normal View History

2016-08-10 23:48:42 +02:00
<?php
namespace Amp\Stream;
class ClosedException extends \RuntimeException {}