Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbistroemcasa.meumercado.app
/
vendor
/
laminas
/
laminas-diactoros
/
src
/
Exception
/
Editing: ExceptionInterface.php
<?php declare(strict_types=1); namespace Laminas\Diactoros\Exception; use Throwable; /** * Marker interface for package-specific exceptions. */ interface ExceptionInterface extends Throwable { }
Save
Cancel