LogLevel::* $level The level to use to log the exception:
public function __construct(string $level) { if (!\defined('Psr\\Log\\LogLevel::' . strtoupper($this->level))) { throw new \InvalidArgumentException(\sprintf('Invalid log level "%s".', $this->level)); } }