mirror of
https://github.com/danog/byte-stream.git
synced 2024-11-26 20:04:51 +01:00
8 lines
79 B
PHP
8 lines
79 B
PHP
<?php
|
|
|
|
namespace Amp\ByteStream;
|
|
|
|
class StreamException extends \Exception
|
|
{
|
|
}
|