Skip to content
docs

PluginDependencyException

Thrown when a plugin declares a dependency (another plugin, a Composer package, etc.) that is not available in the current environment.

PluginDependencyException::unmet()

public static function unmet(string $plugin, string $dependency): self

Builds the exception for a plugin dependency that could not be satisfied.

Parameters

Parámetros de unmet()
NombreTipoDescripción
$pluginstringName of the plugin declaring the dependency
$dependencystringName of the unmet dependency