Your IP : 18.217.237.68


Current Path : /home/lentoinv/test.api.lentoria.com/vendor/vlucas/phpdotenv/src/Exception/
Upload File :
Current File : //home/lentoinv/test.api.lentoria.com/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php

<?php

declare(strict_types=1);

namespace Dotenv\Exception;

use RuntimeException;

final class ValidationException extends RuntimeException implements ExceptionInterface
{
    //
}

?>