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): selfBuilds the exception for a plugin dependency that could not be satisfied.
Parameters
| Nombre | Tipo | Descripción |
|---|---|---|
| $plugin | string | Name of the plugin declaring the dependency |
| $dependency | string | Name of the unmet dependency |