EricMakesStuff\ServerMonitor\Exceptions\InvalidPath::noPathSpecified PHP Method

noPathSpecified() public static method

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