ok
Direktori : /home2/selectio/www/a1tex.in/vendor/spatie/temporary-directory/src/Exceptions/ |
Current File : /home2/selectio/www/a1tex.in/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."); } }