PATH:
home
/
lab2454c
/
westernclear.net
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Exception
<?php declare(strict_types=1); namespace Dotenv\Exception; use InvalidArgumentException; final class InvalidPathException extends InvalidArgumentException implements ExceptionInterface { // }
[+]
..
[-] ValidationException.php
[edit]
[-] InvalidEncodingException.php
[edit]
[-] InvalidPathException.php
[edit]
[-] InvalidFileException.php
[edit]
[-] ExceptionInterface.php
[edit]