<?phpdeclare(strict_types=1);namespace DotenvException;use RuntimeException;final class ValidationException extends RuntimeException implements ExceptionInterface{ //}