JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "PathAlreadyExists.php"
Full Path: /home/u735268861/domains/palsarh.in/public_html/vendor/spatie/temporary-directory/src/Exceptions/PathAlreadyExists.php
File size: 232 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\TemporaryDirectory\Exceptions;
class PathAlreadyExists extends \Exception
{
public static function create(string $path): static
{
return new static("Path `{$path}` already exists.");
}
}