Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

Webserver1/Ovningar/Slutprojekt/vendor/vlucas/phpdotenv/src/Exception/

ExceptionInterface.php
InvalidEncodingException.php
InvalidFileException.php
InvalidPathException.php
ValidationException.php

ExceptionInterface.php

13 lines ASCII Unix (LF)
<?php

declare(strict_types=1);

namespace 
Dotenv\Exception;

use 
Throwable;

interface 
ExceptionInterface extends Throwable
{
    
//
}