Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Exception
/
Editing: ExceptionInterface.php
<?php declare(strict_types=1); namespace Dotenv\Exception; use Throwable; interface ExceptionInterface extends Throwable { // }
Save
Cancel