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