ok

Mini Shell

Direktori : /home2/selectio/www/3idiotsgadgetstore.in/vendor/league/flysystem/src/
Upload File :
Current File : /home2/selectio/www/3idiotsgadgetstore.in/vendor/league/flysystem/src/CorruptedPathDetected.php

<?php

namespace League\Flysystem;

use LogicException;

class CorruptedPathDetected extends LogicException implements FilesystemException
{
    /**
     * @param string $path
     * @return CorruptedPathDetected
     */
    public static function forPath($path)
    {
        return new CorruptedPathDetected("Corrupted path detected: " . $path);
    }
}

Zerion Mini Shell 1.0