Seditio Source
Root |
./othercms/dle15_0/upload/engine/classes/composer/vendor/league/flysystem-ftp/UnableToEnableUtf8Mode.php
<?php

declare(strict_types=1);

namespace
League\Flysystem\Ftp;

use
RuntimeException;

final class
UnableToEnableUtf8Mode extends RuntimeException implements FtpConnectionException
{
}