# ParentCommand

> **Class** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/errors/ParentCommand)

## Signature

```python
ParentCommand(
    self,
    command: Command,
)
```

## Extends

- `GraphBubbleUp`

## Constructors

```python
__init__(
    self,
    command: Command,
) -> None
```

| Name | Type |
|------|------|
| `command` | `Command` |


## Properties

- `args`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/a529b9bede1f1b6ecada4f0cc0e5c4b83526e563/libs/langgraph/langgraph/errors.py#L111)