final class LoggerLevelException extends FrameworkRuntimeException

Handles exceptions related to Logger severity levels.

Methods

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

Create a new LoggerLevelException.

Details

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

Create a new LoggerLevelException.

Parameters

string $level

The severity level.

string $message

Optional human-readable details.

Throwable|null $previous

Optional underlying cause for exception chaining.