OwlCyberSecurity - MANAGER
Edit File: InvalidEncodingException.php
<?php declare(strict_types=1); namespace Dotenv\Exception; use InvalidArgumentException; final class InvalidEncodingException extends InvalidArgumentException implements ExceptionInterface { // }