ProviderAlreadyBootedException constructor

const ProviderAlreadyBootedException()

Creates a new ProviderAlreadyBootedException object.

Implementation

const ProviderAlreadyBootedException()
    : super(
        'The service provider was already booted.',
      );