PluginBootException
Thrown when a plugin's boot() method fails during application bootstrap (e.g. a missing service, a misconfigured dependency, or an unrecoverable setup error raised by the plugin itself).
PluginBootException::forPlugin()
public static function forPlugin(string $name, string $reason): selfBuilds the exception for a plugin that failed to boot.
Parameters
| Nombre | Tipo | Descripción |
|---|---|---|
| $name | string | Name of the plugin that failed to boot |
| $reason | string | Human-readable reason for the failure |