key = 'unable-to-get-shipping-quote'; $this->text = $message; } public function getParameters(): array { return ['key' => $this->key, 'text' => $this->text]; } public function getId(): string { return $this->key; } public function getMessageKey(): string { return $this->key; } public function getLevel(): int { return self::LEVEL_ERROR; } public function blockOrder(): bool { return true; } }