EricMakesStuff\ServerMonitor\Exceptions\InvalidPath::noPathSpecified PHP 메소드

noPathSpecified() 공개 정적인 메소드

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