All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geb.navigator.EmptyNavigatorException.groovy Maven / Gradle / Ivy

package geb.navigator

class EmptyNavigatorException extends IllegalStateException {

	EmptyNavigatorException() {
		super("The Navigator instance is empty")
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy