Vendor added

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 12:43:41 -04:00
parent 47be24877d
commit 4d4d589f65
257 changed files with 22896 additions and 1 deletions
@@ -0,0 +1,13 @@
<?php
namespace Dotenv\Exception;
use InvalidArgumentException;
/**
* This is the invalid file exception class.
*/
class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
{
//
}