tomasz154/php-streams

View on GitHub
src/Exception/EndOfStream.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace T2\Streams\Exception;

class EndOfStream extends Exception
{

}