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

6 lines
78 B
PHP
Raw Normal View History

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