fixes for server environment.

This commit is contained in:
2025-04-17 21:22:03 +00:00
parent 34ecc4e170
commit aabc87961a
97 changed files with 12020 additions and 3 deletions
@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace Dotenv\Exception;
use InvalidArgumentException;
final class InvalidEncodingException extends InvalidArgumentException implements ExceptionInterface
{
//
}