Your IP : 18.224.45.130


Current Path : /proc/self/root/home/lentoinv/props/vendor/vlucas/phpdotenv/src/Exception/
Upload File :
Current File : //proc/self/root/home/lentoinv/props/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php

<?php

declare(strict_types=1);

namespace Dotenv\Exception;

use RuntimeException;

final class ValidationException extends RuntimeException implements ExceptionInterface
{
    //
}

?>