1: <?php declare(strict_types=1);
2:
3: namespace Salient\Http\Exception;
4:
5: class StreamEncapsulationException extends StreamException {}
6: