File "InvalidFileException.php"
Full Path: /home/capoeirajd/www/wp-content/plugins/wp-migrate-db/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php
File size: 199 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace DeliciousBrains\WPMDB\Container\Dotenv\Exception;
use InvalidArgumentException;
class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
{
//
}