---
symbol: PromptCancelledError
module: "@tsed/cli-prompts"
type: class
meta:
 - name: keywords
   description: api typescript node.js documentation PromptCancelledError class
---
# PromptCancelledError - @tsed/cli-prompts

## Usage

```typescript
import { PromptCancelledError } from "@tsed/cli-prompts";
```

> See [/packages/cli-prompts/src/errors/PromptCancelledError.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli-prompts/src/errors/PromptCancelledError.ts#L0-L0).

## Overview

```ts
class PromptCancelledError extends Error {
    constructor(message?: string);
}
```

<!-- Members -->
