ExceptionsServiceProvider
class ExceptionsServiceProvider implements ServiceProviderInterface (View source)
Provide exceptions dependencies.
Traits
Allows objects to extend the config.
Methods
void
extendConfig(Container $container, string $key, mixed $default)
Extends the WP Emerge config in the container with a new key.
from ExtendsConfigTrait
void
register(Container $container)
Register all dependencies in the IoC container.
void
bootstrap(Container $container)
Bootstrap any services if needed.
Details
in ExtendsConfigTrait at line 58
void
extendConfig(Container $container, string $key, mixed $default)
Extends the WP Emerge config in the container with a new key.
at line 30
void
register(Container $container)
Register all dependencies in the IoC container.
at line 103
void
bootstrap(Container $container)
Bootstrap any services if needed.