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

7 lines
79 B
PHP
Raw Normal View History

2017-03-29 06:50:56 +02:00
<?php
namespace Amp\ByteStream;
class StreamException extends \Exception {
}