contextKey = $contextKey; $this->contextMethod = $contextMethod; $this->showMoreInfo = $showMoreInfo; parent::__construct($message, $this::CONTEXT_CODE, $previous); } public function getContextKey(): string { return $this->contextKey; } public function getContextMethod(): string { return $this->contextMethod; } public function showMoreInfo(): string { return $this->showMoreInfo; } }