Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
laminas
/
laminas-diactoros
/
src
/
Exception
/
Editing: UnrewindableStreamException.php
<?php declare(strict_types=1); namespace Laminas\Diactoros\Exception; use RuntimeException; class UnrewindableStreamException extends RuntimeException implements ExceptionInterface { public static function forCallbackStream() : self { return new self('Callback streams cannot rewind position'); } }
Save
Cancel