File "ValidationException.php"
Full Path: /home/isoftco/public_html/hrm/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php
File size: 151 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Dotenv\Exception;
use RuntimeException;
class ValidationException extends RuntimeException implements ExceptionInterface
{
//
}