EricMakesStuff\ServerMonitor\Exceptions\InvalidCommand::create PHP Méthode

create() public static méthode

public static create ( string $reason ) : InvalidCommand
$reason string
Résultat InvalidCommand
    public static function create($reason)
    {
        return new static($reason);
    }
InvalidCommand