2024-05-07 12:17:25 +02:00
|
|
|
<?php
|
|
|
|
|
|
2024-08-13 13:44:16 +00:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
2024-05-07 12:17:25 +02:00
|
|
|
namespace Dotenv\Exception;
|
|
|
|
|
|
|
|
|
|
use InvalidArgumentException;
|
|
|
|
|
|
2024-08-13 13:44:16 +00:00
|
|
|
final class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
|
2024-05-07 12:17:25 +02:00
|
|
|
{
|
|
|
|
|
//
|
|
|
|
|
}
|