Files
float-blog/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php
T
DESKTOP-GBA0BK8\Admin 4d4d589f65 Vendor added
2023-04-08 12:43:41 -04:00

14 lines
221 B
PHP

<?php
namespace Dotenv\Exception;
use InvalidArgumentException;
/**
* This is the invalid file exception class.
*/
class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
{
//
}