EricMakesStuff\ServerMonitor\Exceptions\InvalidPath::noPathSpecified PHP Méthode

noPathSpecified() public static méthode

public static noPathSpecified ( ) : InvalidPath
Résultat InvalidPath
    public static function noPathSpecified()
    {
        return new static('No path was specified to monitor!');
    }