final class FactorySeederException extends FrameworkRuntimeException

Handles exceptions related to Logger severity levels.

Methods

__construct(string $message = "", Throwable|null $previous = null)

Create a new FactorySeederException.

Details

at line 16
__construct(string $message = "", Throwable|null $previous = null)

Create a new FactorySeederException.

Parameters

string $message

Optional human-readable details.

Throwable|null $previous

Optional underlying cause for exception chaining.