| Current Path : /home/bullgymbny/app/vendor/vlucas/phpdotenv/src/Exception/ |
| Current File : /home/bullgymbny/app/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php |
<?php
declare(strict_types=1);
namespace Dotenv\Exception;
use InvalidArgumentException;
final class InvalidEncodingException extends InvalidArgumentException implements ExceptionInterface
{
//
}