M1n1 Shira0ka File Manager

Current Path : /home/bullgymbny/app/vendor/spatie/flare-client-php/src/Http/Exceptions/
Upload File :
Current File : /home/bullgymbny/app/vendor/spatie/flare-client-php/src/Http/Exceptions/MissingParameter.php

<?php

namespace Spatie\FlareClient\Http\Exceptions;

use Exception;

class MissingParameter extends Exception
{
    public static function create(string $parameterName): self
    {
        return new self("`$parameterName` is a required parameter");
    }
}

GO Party By You