StreamManager  v0.1.1
PHP stream manager
EOFException.php
1 <?php
2 
4 
5 class EOFException extends \Exception
6 {
7 }