permanent = $permanent; $this->retry_after = max(0, $retry_after); } public function is_permanent(): bool { return $this->permanent; } public function retry_after(): int { return $this->retry_after; } }