tomasz154/php-streams

View on GitHub
src/Exception/NotFound.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace T2\Streams\Exception;

class NotFound extends Exception
{

}