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

8 lines
79 B
PHP
Raw Permalink Normal View History

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