ok

Mini Shell

Direktori : /home2/selectio/www/3-idiots/vendor/spatie/temporary-directory/src/Exceptions/
Upload File :
Current File : /home2/selectio/www/3-idiots/vendor/spatie/temporary-directory/src/Exceptions/PathAlreadyExists.php

<?php

namespace Spatie\TemporaryDirectory\Exceptions;

class PathAlreadyExists extends \Exception
{
    public static function create(string $path): static
    {
        return new static("Path `{$path}` already exists.");
    }
}

Zerion Mini Shell 1.0