Вход Регистрация
Файл: vendor/spatie/temporary-directory/src/Exceptions/PathAlreadyExists.php
Строк: 10
<?php

namespace SpatieTemporaryDirectoryExceptions;

class 
PathAlreadyExists extends Exception
{
    public static function 
create(string $path): static
    {
        return new static(
"Path `{$path}` already exists.");
    }
}
Онлайн: 0
Реклама