File manager - Edit - /var/www/payraty/helpdesk/vendor/league/flysystem-ftp/UnableToResolveConnectionRoot.php
Back
<?php declare(strict_types=1); namespace League\Flysystem\Ftp; use RuntimeException; use Throwable; final class UnableToResolveConnectionRoot extends RuntimeException implements FtpConnectionException { private function __construct(string $message, ?Throwable $previous = null) { parent::__construct($message, 0, $previous); } public static function itDoesNotExist(string $root, string $reason = ''): UnableToResolveConnectionRoot { return new UnableToResolveConnectionRoot( 'Unable to resolve connection root. It does not seem to exist: ' . $root . "\nreason: $reason" ); } public static function couldNotGetCurrentDirectory(string $message = ''): UnableToResolveConnectionRoot { return new UnableToResolveConnectionRoot( 'Unable to resolve connection root. Could not resolve the current directory. ' . $message ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 1.13 |
proxy
|
phpinfo
|
Settings